Laravel storage / logs permission denied

Fiko Borizqy
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.

  1. Just simply go to your project directory via command line / terminal.
  2. 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 :-)

--

--

Fiko Borizqy
Fiko Borizqy

Written by Fiko Borizqy

I wrote these tutorials for myself in future when I forget for the next steps.

Responses (1)