aanro/aanro-role
Composer 安装命令:
composer require aanro/aanro-role
包简介
aanro Role is a part of aanro Monster Components.
README 文档
README
Someline Role is a part of Someline Monster Components.
Build for Laravel and Someline Starter.
Install
Via Composer
`` Install composer package to your laravel project
composer require someline/someline-role
Add Service Provider to config/app.php
'providers' => [ ... Someline\Role\SomelineRoleServiceProvider::class, ... ],
Publishing config file.
php artisan vendor:publish
After published, config file for Rest Client is config/someline-role.php, you will need to config it to use Rest Client.
Usage
Routes
Route::post('/role', 'RoleController@postRole');
Testing
phpunit
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 21
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 12
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-06-30