Skip to content

An amazing laravel service provider to implement user management in you laravel web application.

License

Notifications You must be signed in to change notification settings

ezoheux/autopulse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autopulse

An amazing laravel service provider to implement user management in you laravel web application.

Installation

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

  1. Add this service provider into your app config located in root-directory/config/app.php.

  2. 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"
  1. Finally, you should load the routes for this service provider by adding Autopulse::routes(); to your root-directory/web/routes.php.

You are now done and all set to go.

Contributing

Thank you for considering contributing to the Autopulse! The contribution guide can be found in the Autopulse repository.

Code of Conduct

In order to ensure that the Autopulse community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

If you discover a security vulnerability within Autopulse, please send an e-mail to Ezoheux via ezoheux31@gmail.com. All security vulnerabilities will be promptly addressed.

License

Autopulse is open-sourced software licensed under the MIT license.

About

An amazing laravel service provider to implement user management in you laravel web application.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages