austencam/cable
Composer 安装命令:
composer require austencam/cable
包简介
A Laravel Livewire authentication preset.
README 文档
README
A Laravel Livewire authentication preset. As in, a bundle of wires. 🚠
This is meant to be used for new projects, not existing ones.
Requirements
- Laravel 8+
- PHP 7.4+
Installation
To install the preset, simply require it via composer, and run the command.
composer require austencam/cable php artisan cable:run
If you're really crazy, you can use add this alias to your .zshrc or .bashrc file:
function newapp() { composer create-project --prefer-dist laravel/laravel ${1:-newapp} cd ${1:-newapp} composer require austencam/cable php artisan cable:run cp .env.example .env php artisan key:generate }
Then you can run newapp your-app-name to start a fresh laravel project with the preset.
Features
- Removes minified
.jsand.cssfiles from version control - Boilerplate configured for Tailwind
1.x, Alpine2.x, and Livewire2.x - Blade components for
appandauthlayouts - Livewire components
- Login & Logout
- Register
- Forgot Password (via email)
- Profile
- Blade components
<x-input><x-card><x-logo><x-button><x-inline-flash>
- Tests included for all Livewire components
Contributing
Find a bug? Have a feature suggestion? This project is open for contribution of ideas and bugfixes -- create an issue!
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-10-05
