sparkouttech/user-multi-auth

User multi authentication package

dev-main 2022-02-19 14:14 UTC

This package is auto-updated.

Last update: 2024-10-19 20:06:34 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:

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.