redbastie/livewire-tailwind-auth
Composer 安装命令:
composer require redbastie/livewire-tailwind-auth
包简介
Basic Laravel auth scaffolding with Livewire and Tailwind.
README 文档
README
This package is no longer maintained. Please consider my latest package here: https://github.com/redbastie/tailwire
Livewire Tailwind Auth
Basic Laravel auth scaffolding using Livewire and Tailwind.
It is strongly recommended to use this package with a brand new Laravel app.
NPM must be installed on your machine to use this package.
Installation
Install Laravel:
laravel new my-app-name
Configure .env app, database, and mail values:
APP_*
DB_*
MAIL_*
Install Livewire Tailwind Auth:
composer require redbastie/livewire-tailwind-auth
Make Livewire Tailwind Auth via the make:auth command:
php artisan make:auth
This will run the necessary NPM commands and create/overwrite the following files:
app/Http/Livewire/*
database/seeders/DatabaseSeeder.php
resources/css/app.css
resources/views/*
tailwind.config.js
webpack.mix.js
Now you can login to your app using user@example.com:password.
统计信息
- 总下载量: 32
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 6
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-01-19