An amazing laravel service provider to implement user management in you laravel web application.
To install this service provider goto the root directory of your laravel application run the composer command below.
composer require ezoheux/autopulse
After you need to do a couple of additional steps for this service provider to work
-
Add this service provider into your app config located in
root-directory/config/app.php
. -
Next, you should publish the config file, migrations, translations, and views so you are able to edit them. Simply run the artisan command below.
php artisan vendor:publish --provider="Ezoheux\App\AutopulseServiceProvider"
- Finally, you should load the routes for this service provider by adding
Autopulse::routes();
to yourroot-directory/web/routes.php
.
You are now done and all set to go.
Thank you for considering contributing to the Autopulse! The contribution guide can be found in the Autopulse repository.
In order to ensure that the Autopulse community is welcoming to all, please review and abide by the Code of Conduct.
If you discover a security vulnerability within Autopulse, please send an e-mail to Ezoheux via [email protected]. All security vulnerabilities will be promptly addressed.
Autopulse is open-sourced software licensed under the MIT license.