Complete user authentication system for laravel projects. One step installation with clean code.
You can install the package via composer:
composer require sparkouttech/user-auth
// 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
composer test
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email gotocva@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.