Answers for "laravel file storage public"

PHP
20

laravel 6 link storage with public

php artisan storage:link
Posted by: Guest on March-13-2020
0

use s3 storage laravel

return Storage::disk('s3')->response('images/' . $image->filename);
Posted by: Guest on August-04-2020
0

laravel storage get filename

//$file is full path 
echo basename($file);
Posted by: Guest on March-28-2022

Code answers related to "laravel file storage public"

Browse Popular Code Answers by Language