Route Matching Performance
the route matching will be twice faster than laravel 6 when using route:cache. thanks to symfony 5 PR Link.
Guzzle Abstraction
Laravel 7 will provide a guzzle abstraction to make most easy use cases easier to be handled through laravel instead of Guzzle PR Link.
Blade X
laravel 7 will provide support for blade x component syntax PR Link.
Customizable Stubs
stub files will be customizable PR Link .
Custom Cast Types + Object / Value Object Casts .
this means you will be able to define your own custom cast types for Eloquent PR Link.
View Cache Optimization
there will be a new config option called expires
inside view.php
which skip the check to see if a view has expired to determine if it needs to be recompiled PR Link For Full Benchmark.
Dynamic Storage Links
php artisan storage:link
was liking to public
directory by default . but in laravel 7 developers will define there own storage links dirs PR Link.
hope you enjoyed with these features and eager to upgrade to laravel 7 once it's officially released on march 😉 .
Top comments (2)
I think the PR Link for the "Route Matching Performance" topic is wrong?
thanks for the catch