hiradrayan/laravel-auth
最新稳定版本:v3.0.11
Composer 安装命令:
composer require hiradrayan/laravel-auth
包简介
laravel auth
README 文档
README
This package provides an authentication system for Laravel applications using the national ID as the primary identifier. It allows users to authenticate using their national ID and provides the necessary functionality for user registration, login, and password reset.
Installation
- Install the package using Composer by running the following command:
composer require hiradrayan/laravel-auth
- Publish the package migrations by running the following command:
php artisan vendor:publish --tag=migration
This will copy the migration files to your application's database/migrations directory.
- Run the database migrations to create the required tables:
php artisan migrate && php artisan db:seed --class="Authentication\\path\\seeders\\DatabaseSeeder"
- (Optional) If you want to customize the login form, you can publish the login form views by running the following command:
php artisan vendor:publish --tag=publisher-national-id
This will copy the login form views to your application's resources/views/auth directory. You can then modify these views to suit your needs.
Configuration
Usage
License
Contributing
统计信息
- 总下载量: 36
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-05-20