Skip to content

reyhane1376/laravel-auth-

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Auth Package

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:

  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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.8%
  • CSS 34.1%
  • PHP 5.4%
  • SCSS 3.1%
  • Less 2.9%
  • Blade 0.7%