Should vendor folder be writable in Laravel?

1.5k Views Asked by At

I am confused about files and folders permissions in Laravel.

The docs for 5.0 says:

Laravel may require some permissions to be configured: folders within storage and vendor require write access by the web server.

But 5.1 docs state something different:

After installing Laravel, you may need to configure some permissions. Directories within the storage and the bootstrap/cache directories should be writable by your web server. If you are using the Homestead virtual machine, these permissions should already be set.

Did something change in Composer handling since Laravel 5.1 or is it just innacurate docs?

0

There are 0 best solutions below