bastinald/livewire-bootstrap-auth

Laravel starter kit with Livewire & Bootstrap 5 auth scaffolding.

Installs: 51

Dependents: 0

Suggesters: 0

Security: 0

Stars: 12

Watchers: 2

Forks: 0

Open Issues: 0

Language:Blade

pkg:composer/bastinald/livewire-bootstrap-auth

1.1.1 2021-05-11 21:24 UTC

This package is auto-updated.

Last update: 2025-09-11 12:33:08 UTC


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/livewire-bootstrap-auth

Usage

Run the make:auth command to generate scaffolding:

php artisan make:auth

This will create the Livewire components and install Bootstrap 5.