DEV Community

Cover image for What's new in Laravel 8.x ?
Adib Mohamed
Adib Mohamed

Posted on

What's new in Laravel 8.x ?

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)

Collapse
 
bobbyiliev profile image
Bobby Iliev

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?