Level 4
Did you use php artisan storage:link to link the storage folder?
I do not understand why it is so complicated to get uploaded images to the right path.
I am using Laravel 6.5.2 and Voyager. I clicked on the "fix symlink" and it did not help.
What I have tried that has not fixed the issue:
created and ran php file with
<?php
symlink('/home/sendmailer/ValiantVoyager/public/storage', '/home/sendmailer/public_html/storage');
Changed in config/filesystem.php
'public' => [ 'driver' => 'local', 'root' => public_path('app/public'), 'url' => env('APP_URL').'/storage', 'visibility' => 'public', ],
I do not know why this is not working right.
Please or to participate in this conversation.