How to set up file permissions for Laravel

Problem I’m using Apache Web Server that has the folder owner set to _www:_www. I keep forgetting about the best practice when it comes to file permissions, for example when I create a new Laravel 5 project. Does this mean that Apache needs access to the storage and vendor folders as well or just their current contents? Laravel 5 requires /storage folder […]

How to set up file permissions for Laravel Read More