What permissions are required to be on storage and the bootstrap/cache directories to run laravel?



What permissions are required to be on storage and the bootstrap/cache directories to run laravel?..

Answer / Rameshwar Maurya

The storage directory should have 755 permissions, while the bootstrap/cache directory should have 700 permissions. You can set these permissions using the chmod command.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Laravel PHP Framework Interview Questions

Explain laravel contracts?

1 Answers  


What is meant by check method ?

2 Answers  


What is observer in laravel?

1 Answers  


What is contextual binding?

1 Answers  


What are guards in laravel?

1 Answers  


What is laravel language?

1 Answers  


How to make a constant and use globally?

1 Answers  


How to install homestead vagrant box?

1 Answers  


What is mvc framework laravel?

1 Answers  


How to access laravel project from another computer?

1 Answers  


What are the Steps for Creating a Blade Template Layout ?

2 Answers  


How to set configuration values in laravel?

1 Answers  


Categories