Laravel storage / logs permission denied
1 min readOct 6, 2018
When you have already finished the installation of your laravel project, and you got the permission denied error of your storage logs.
- Just simply go to your project directory via command line / terminal.
- Execute this code on your project directory:
sudo chmod -R 777 storage
3. Type the password that asked, and then access your project again from your browser.
4. Finished, now you can access your project again :-)