Laravel starter kit with Livewire & Bootstrap 5 auth scaffolding.
- NPM
Create a new Laravel app:
laravel new my-app
Configure your .env
app, database, and mail values:
APP_*
DB_*
MAIL_*
Require this package via composer:
composer require bastinald/laravel-livewire-auth
Run the make:auth
command to generate scaffolding:
php artisan make:auth
This will create the Livewire components and install Bootstrap 5.