Answers for "get image name with extension laravel 7"

PHP
0

laravel get image extension

$extension = pathinfo(storage_path('/uploads/my_image.jpg'), PATHINFO_EXTENSION);
dd($extension);
Posted by: Guest on January-06-2021

Code answers related to "get image name with extension laravel 7"

Browse Popular Code Answers by Language