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?