Tell me what are system requirement for laravel 5.0?
Answer / Rishi Kumar Rai
Laravel 5.0 requires PHP 5.6.4 or higher, a web server with mod_rewrite enabled (such as Apache), and MySQL or PostgreSQL.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to set database connection in laravel?
Explain binding instances?
What is the use of object relational mapping?
How to set login page as default page in laravel?
Tell me how would you add a 3rd party package like sentry?
How to get current action name in laravel?
Provide the steps to configure laravel application?
How to use ajax in any form submission?
What is an observer in laravel?
What is the boot method?
How can you write your own service provider in laravel.
How do I see all defined routes?