Laravel – Is it secure to make source code files writable by webserver?
I'm working with a fresh PHP Laravel framework installation, and I've noticed that the ownership of all files and folders within the public directory has been recursively changed to the web server user, www-data. Here's an overview of the public…