The [projectpath\public\storage] link already exists. error in laravel
- Delete the folder storage in public directory projectpath\public\storage
- 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.