Developer Snippet Diary

The [projectpath\public\storage] link already exists. error in laravel

  1. Delete the folder storage in public directory projectpath\public\storage
  2. Run the command again
php artisan storage:link

It will create the link and output 

The [projectpath\public\storage] link has been connected to [projectpath\storage\app/public].
The links have been created.
Posted by: R GONDAL
Email: rizikmw@gmail.com