Skip to content

Laravel starter kit with Livewire & Bootstrap 5 auth scaffolding.

Notifications You must be signed in to change notification settings

bastinald/laravel-livewire-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Livewire Auth

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.

About

Laravel starter kit with Livewire & Bootstrap 5 auth scaffolding.

Resources

Stars

Watchers

Forks

Packages

No packages published