appster / basic
Basic oppration like signup, login, forgetpassword and change password apis
1.0.0
2017-08-03 03:31 UTC
Requires (Dev)
- php: >=5.4.0
This package is not auto-updated.
Last update: 2025-07-12 00:32:33 UTC
README
Appster Basic is a library for basic functionality like SignUp,login,forget, and change password.
How does it work?
This package expects that you are using Laravel 5.3 or above.
You will need to import the appster/basic
package via composer:
composer require appster/basic
Configuration
Add the service provider to your config/app.php
file within the providers
key:
// ...
'providers' => [
/*
* Package Service Providers...
*/
Appster\Basic\UserBasicServiceProvider::class,
],
// ...
Configuration for local environment only
If you wish to enable generators only for your local environment, you should install it via composer using the --dev option like this:
composer require appster/basic --dev
Database
Attach on git file
Example App
here is a link for example app