Level 51
Are you sure that you ran php artisan storage:link on the server?
Hi there, I updated some images on storage/app/public. I created also symbolic link. on local - and everything works good. I COPIED all files on my remote server.
But I can't see any image. I don't understand how manage this links. The config file is like this: 'disks' => [
'local' => [
'driver' => 'local',
'root' => storage_path('app'),
'throw' => false,
],
'public' => [
'driver' => 'local',
'root' => storage_path('app/public'),
'url' => env('APP_URL').'/storage',
'visibility' => 'public',
'throw' => false,
],
thanks in advance for your help
Please or to participate in this conversation.