Laravel 8

Rundown of Features

App/Models is now default.

No more magic prefixes in namespaces

Route Closures can now be cached

Extended component enhancement

Registering event listener syntax improvement

Addition of queuable anonymous event listeners

Secret maintenance mode

New catch method for anonymous queue function

Exponential backoff job class

Job Batching

Rate limiting improved

Custom Exceptions

Squash migrations

Factories are re-written

Laravel JetStream

Demo Code

 

https://github.com/Saad-Amjad/laravel8-demo
https://github.com/Saad-Amjad/laravel-jetstream-demo

Article

https://engineering.monstar-lab.com/2020/08/27/Laravel-8

`

Laravel 8

By Saad Bin Amjad

Laravel 8

A rundown of new Laravel 8 features

  • 499