imagdic/blitz
Composer 安装命令:
composer require imagdic/blitz
包简介
Minimal authentication scaffolding with Inertia.js, Vue.js and Tailwind.
README 文档
README
Minimal authentication scaffolding with Inertia.js, Vue.js and Tailwind CSS.
Installation
laravel new foobar-app
cd foobar-app
composer require imagdic/blitz --dev
php artisan blitz:install
This will install official Inertia.js Laravel adapter for server-side along with Ziggy so we can use routes in JavaScript.
For client-side it will install official Inertia.js adapter, Tailwind CSS and Vue.js.
After successful installation you'll have minimal authentication (Login and Register).
Verification
User model has to implement Illuminate\Contracts\Auth\MustVerifyEmail
and add verified middleware on routes you want to protect.
See Email Verification for more details.
Further plans
Email verificationPassword reset and Forgot password- Extend dashboard page
Alternatives
统计信息
- 总下载量: 38
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-12-10