sparkouttech/user-auth

User authentication package

v1.0.0 2021-06-06 08:21 UTC

This package is auto-updated.

Last update: 2024-10-21 13:10:36 UTC


README

Latest Version on Packagist PHP version Packagist Total Downloads

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.