Laravel PHP Developer Question:
Explain me what directories that need to be writable laravel installation?

Answer:
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 or Laravel will not run. If you are using the Homestead virtual machine, these permissions should already be set.
Previous Question | Next Question |
Tell us what Are Bundles, reverse Routing And The Ioc Container? | Tell me how To Use Select Query In Laravel? |