Laravel - How to revert local storage symlink and refresh

Laravel - How to revert local storage symlink and refresh



Steps:

  1. cd to your <project_root>/public directory and run rmdir storage - it will remove the link
  2. cd back to project root directory and run php artisan storage:link to link again

Comments