79373299

Date: 2025-01-21 05:43:49
Score: 0.5
Natty:
Report link

If anyone still finding the answer how to fix that issue. php artisan storage:link does not work on vps terminal.

In order to link storage to the project you need to make a route and run this command.

Here is an example.


Route::get("/link", function () {
    Artisan::call('storage:link');
});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Swapnil Mane