Laravel Clear All Symlinks

[Solved] Laravel Clear All Symlinks | Php - Code Explorer | yomemimo.com
Question : laravel clear all symlinks

Answered by : ssbrar

cd public
rm storage
cd ..
php artisan storage:link

Source : https://stackoverflow.com/questions/48510683/laravel-how-to-revert-local-storage-symlink-and-refresh | Last Update : Sun, 01 Oct 23

Answers related to laravel clear all symlinks

Code Explorer Popular Question For Php