What are the main differences between laravel 4 and laravel 5.x?
Answer / Ajay Singh
Some of the main differences between Laravel 4 and Laravel 5.x include improved routing, a new Artisan command line tool, revamped authentication, a more powerful ORM (Eloquent), and support for PHP 5.5+.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is use in laravel?
What is route model binding in laravel?
What are the difference between latest() and oldest() in laravel?
Tell me how to set database connection in laravel?
What is contextual binding?
What is the default session timeout duration?
Explain the concept of routing in laravel.
Tell me is laravel an open source?
What is dependency injection in laravel?
How to Declaration of namespace ?
How to check request is ajax or not?
Where laravel’s facades are defined?