Saturday, September 9, 2017

Setting up a new Laravel 5.5 site

First change the ownership of storage and bootstrap/cache to nobody:

sudo chgrp -R nobody.nobody storage bootstrap/cache

Next, set the permissions:

sudo chmod -R 777 storage bootstrap/cache

No comments:

Post a Comment