php artisan storage link gives me error message, symlink(): No such file or directory code example
Example: ErrorException symlink(): No such file or directory
'links' => [
'/var/www/storage' => storage_path('app/public'),
],
'links' => [
'/var/www/storage' => storage_path('app/public'),
],