承接 hiradrayan/laravel-auth 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

  1. Install the package using Composer by running the following command:
composer require hiradrayan/laravel-auth
  1. 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.

  1. Run the database migrations to create the required tables:
php artisan migrate && php artisan db:seed --class="Authentication\\path\\seeders\\DatabaseSeeder" 
  1. (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

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: JavaScript

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-05-20