What's New in Laravel 7.0
Categories - Laravel PHP Framework Tags - PHP Laravel   Maniruzzaman Akash   4 years ago   1365   1 minute   0

What's New in Laravel 7.0

Laravel 7 released on 3rd March 2020. It has come with some exclusive new features which gives it a huge advantage for the web developers.

 Laravel 7.0 introduces with the following brand new concept and proper implementation.

  1. Laravel Blade Component
  2. String Manipulations
  3. Route Caching
  4. Route Model Binding
  5. HTTP Client
  6. Multiple Mail Drivers
  7. CORS Support Policy
  8. Database Improvements for QUEUE
  9. Custom Eloquent Cast
  10. Laravel Sanctum - Authentication system for SPA

 

 

 https://medium.com/@KrishaWeb/laravel-7-is-released-now-explore-whats-new-in-laravel-7-dd6e1d0746f8

Learn Details in Laravel Official Documentation - https://laravel.com/docs/7.x/releases

Previous
PHP If-else-elseif and Switch-case
Next
PHP String Functions - All necessary String functions in PHP to manage strings better.