appster/basic
Composer 安装命令:
composer create-project appster/basic
包简介
Basic oppration like signup, login, forgetpassword and change password apis
关键字:
README 文档
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
统计信息
- 总下载量: 33
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL
- 更新时间: 2017-08-02