we will discuss some of them in this blog. Laravel Jetstream provides application scaffolding for Laravel also the perfect starting point for your next project and includes : Laravel Jets tream replaces and improves upon the legacy authentication UI scaffolding available for previous versions of Laravel.
Eloquent model factories are now class-based starting in Laravel 8, with improved support for relationships between factories (i.e., a user has many posts).
Now, when you attempt to migrate your database and no other migrations have been executed, Laravel will execute the schema file's SQL first. Laravel’s job batching feature allows you to easily execute a batch of jobs and then perform some action when the batch of jobs has completed executing.