https://github.com/bastinald/livewire-bootstrap-auth
Laravel starter kit with Livewire & Bootstrap 5 auth scaffolding.
https://github.com/bastinald/livewire-bootstrap-auth
Last synced: 12 months ago
JSON representation
Laravel starter kit with Livewire & Bootstrap 5 auth scaffolding.
- Host: GitHub
- URL: https://github.com/bastinald/livewire-bootstrap-auth
- Owner: bastinald
- Created: 2021-04-26T23:25:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-11T03:08:02.000Z (almost 5 years ago)
- Last Synced: 2025-05-20T23:27:01.530Z (about 1 year ago)
- Language: Blade
- Size: 13.7 KB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Livewire Bootstrap Auth
Laravel starter kit with Livewire & Bootstrap 5 auth scaffolding.
## Requirements
- NPM
## Installation
Create a new Laravel app:
```console
laravel new my-app
```
Configure your `.env` app, database, and mail values:
```env
APP_*
DB_*
MAIL_*
```
Require this package via composer:
```console
composer require bastinald/livewire-bootstrap-auth
```
## Usage
Run the `make:auth` command to generate scaffolding:
```console
php artisan make:auth
```
This will create the Livewire components and install Bootstrap 5.