sparkouttech / user-auth
User authentication package
v1.0.0
2021-06-06 08:21 UTC
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
README
Complete user authentication system for laravel projects. One step installation with clean code.
Installation
You can install the package via composer:
composer require sparkouttech/user-auth
Usage
// add below line in config/App.php providers array Sparkouttech\UserAuth\UserAuthServiceProvider::class,
Run below command to publish assets
php artisan vendor:publish --provider="Sparkouttech\UserAuth\UserAuthServiceProvider" --tag=UserAuthAssets --force
// run below command to import user tables
php artisan migrate
Testing
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.