What are the major differences between laravel 4 and laravel 5.x?



What are the major differences between laravel 4 and laravel 5.x?..

Answer / Ravindra Kumar Tiwari

Laravel 5.x introduced many improvements over Laravel 4, including a new and more modular structure using Composer packages, the move from Eloquent ORM v4 to v5 with added features like soft deletes, improved routing, built-in support for RESTful API development, and many others.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Laravel PHP Framework Interview Questions

Explain laravel’s service container?

1 Answers  


How do I perform dependency injection in laravel?

1 Answers  


How to resolve class instance out of the container in laravel?

1 Answers  


What do you know about csrf token in laravel?

1 Answers  


What do you know about php artisan?

1 Answers  


What is method spoofing in laravel?

1 Answers  


Is laravel an mvc framework?

1 Answers  


What is a Artisan command ?

1 Answers  


What is the difference between {{ $username }} and {!! $Username !!} In laravel?

1 Answers  


What is auth?

1 Answers  


Explain auth.

1 Answers  


Is laravel safe from sql injection?

1 Answers  


Categories