New: Starting a Laravel project with simple authentication - Breeze

laravel new my-app

cd my-app

composer require laravel/breeze --dev

php artisan breeze:install
Sources & More Details:

https://github.com/laravel/breeze

Edit this note