What are the difference between laravel 5 & laravel 4?



What are the difference between laravel 5 & laravel 4?..

Answer / Rupa Bhatnagar

Laravel 5 has several significant differences from Laravel 4. Here are some of them:n
1. LTS Support: Laravel 5 has long-term support, ensuring that it will be maintained for a longer period.
2. PHP Version: Laravel 5 requires PHP 5.6.4 or higher, while Laravel 4 requires PHP 5.3.7 or higher.
3. Eloquent ORM: Laravel 5 has improved Eloquent ORM with better relationships and querying capabilities.
4. Artisan Console: Laravel 5's Artisan console is more powerful, offering more commands and functionality.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Laravel PHP Framework Interview Questions

What is laravel cms?

1 Answers  


What are the difference between latest() and oldest() in laravel?

1 Answers  


What is a Laravel - Authentication ?

1 Answers  


How to configure network interfaces in homestead?

1 Answers  


What do you know about csrf token in laravel? How can someone turn off csrf protection for a specific route?

1 Answers  


Is laravel easy?

1 Answers  


How to use where null and where not null eloquent query in laravel?

1 Answers  


What do you understand by unit testing?

1 Answers  


What is auth :: routes ();?

1 Answers  


What is a session in laravel?

1 Answers  


How to use update query in laravel?

1 Answers  


Tell me what are pros and cons of using laravel framework?

1 Answers  


Categories