In order to run laravel. What permissions are required to be on storage and the bootstrap/cache directories?
Answer / Nirpender Kumar
To run Laravel, the `storage` directory needs write permissions and the `bootstrap/cache` directory needs read and write permissions.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is bootstrap software development?
What is the significant difference between insert() and insertgetid() function in laravel?
What do you know about php artisan?
What is an api route?
What is illuminate in laravel?
What is route group in laravel?
What is mvc in php laravel?
What is x-csrf-token , how it is different from csrf tokens?
What is vagrantfile?
What is your favorite feature of laravel?
What are service containers?
What are policies?