sparkouttech / user-multi-auth
User multi authentication package
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 6
Open Issues: 0
Language:Blade
Requires
- php: ^7.4|^8.0
- illuminate/support: ^8.0
- ramsey/uuid: ^4.1
Requires (Dev)
- mockery/mockery: ^1.0
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2024-10-19 20:06:34 UTC
README
Complete user authentication system for laravel projects. One step installation with clean code.
Installation
You can install the package via composer:
bash composer require sparkouttech/user-multi-auth
Usage
php // add below line in config/App.php providers array
Sparkouttech\UserMultiAuth\UserMultiAuthServiceProvider::class,
Run below command to publish assets php php artisan vendor:publish --provider="Sparkouttech\UserMultiAuth\UserMultiAuthServiceProvider" --tag=UserMultiAuthAssets --force
php // run below command to import user tables php artisan migrate
Testing
bash composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email gotocva@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.