solital/auth-starter-kit
Composer 安装命令:
composer require solital/auth-starter-kit
包简介
Login template for Solital Framework
README 文档
README
This component must be used together with the Solital Framework
Installation
You must install using composer:
composer require solital/auth-starter-kit
Standard login structure
To create a predefined login structure, use php vinci auth:skeleton --login
This command will create a LoginController class, AuthMiddleware middleware, templates for authentication, dashboard and predefined routes. Plus a standard user in the database.
If you want to remove this structure, use php vinci auth:skeleton --login --remove.
Password recovery structure
You can create a predefined password recovery framework. To do so, use the php vinci auth:skeleton --forgot command.
This command creates a controller with the name ForgotController. With it you will have all the basis to create a password recovery system.
If you want to remove this structure, use php vinci auth:skeleton --forgot --remove.
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-04-07