https://github.com/bastinald/laravel-livewire-auth
Laravel starter kit with Livewire & Bootstrap 5 auth scaffolding.
https://github.com/bastinald/laravel-livewire-auth
Last synced: about 1 year ago
JSON representation
Laravel starter kit with Livewire & Bootstrap 5 auth scaffolding.
- Host: GitHub
- URL: https://github.com/bastinald/laravel-livewire-auth
- Owner: bastinald
- Created: 2021-05-11T21:22:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-11T03:07:53.000Z (almost 5 years ago)
- Last Synced: 2025-03-31T18:49:13.956Z (over 1 year ago)
- Language: PHP
- Size: 19.5 KB
- Stars: 10
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Laravel Livewire 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/laravel-livewire-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.