bastinald / laravel-livewire-auth
Laravel starter kit with Livewire & Bootstrap 5 auth scaffolding.
Installs: 162
Dependents: 0
Suggesters: 0
Security: 0
Stars: 10
Watchers: 1
Forks: 4
Open Issues: 0
pkg:composer/bastinald/laravel-livewire-auth
Requires
README
Laravel starter kit with Livewire & Bootstrap 5 auth scaffolding.
Requirements
- NPM
Installation
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
Usage
Run the make:auth
command to generate scaffolding:
php artisan make:auth
This will create the Livewire components and install Bootstrap 5.