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 |
Explain laravel contracts?
What is meant by check method ?
What is observer in laravel?
What is contextual binding?
What are guards in laravel?
What is laravel language?
How to make a constant and use globally?
How to install homestead vagrant box?
What is mvc framework laravel?
How to access laravel project from another computer?
What are the Steps for Creating a Blade Template Layout ?
How to set configuration values in laravel?