· November 11, 2020 · ⋆ Laravel When Laravel 8 released, It came with a lot of new features & improvements but along with it, the Laravel team has also introduced Jetstream for application scaffolding which comes with all the bells and whistles in-built such as login, registration, email verification, two-factor authentication, session management, API support via Laravel Sanctum, and optional team management.
Many developers didn’t like this at all and criticized the Laravel team a lot for it.
Breeze is the official package from the Laravel team that can be used to create a minimal and simple scaffolding with authentication, just like it was used to be in Pre Laravel 8 era.
Loop over and include Blade views simultaneously using @each in Laravel Generate temporary URLs of AWS S3 files in Laravel Custom Eloquent collections to make queries more readable in Laravel Simple and lightweight scaffolding using Breeze in Laravel 8 My first PR in laravel/framework that got merged!