Laravel 8 continues the improvements made in Laravel 7.x by introducing:
š Laravel Jetstream,
š model factory classes,
š migration squashing,
š job batching,
š improved rate limiting,
š queue improvements,
š dynamic Blade components,
š Tailwind pagination views,
š time testing helpers,
š improvements to artisan serve,
š event listener improvements,
and a variety of other bug fixes and usability improvements.
Go check it out From here
Top comments (1)
Nice post! Laravel 8 will be great!
I wrote a similar post going through most of the new features:
What's new in Laravel 8?