aanro/aanro-category
Composer 安装命令:
composer require aanro/aanro-category
包简介
aanro Category is a part of aanro Monster Components.
README 文档
README
Someline Category 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-article
Add Service Provider to config/app.php
'providers' => [ ... Someline\Category\SomelineCategoryServiceProvider::class, ... ],
Publishing config file.
php artisan vendor:publish
After published, config file for Rest Client is config/someline-article.php, you will need to config it to use Rest Client.
Usage
Routes
Route::post('/article', 'CategoryController@postCategory');
Testing
phpunit
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 29
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 11
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-06-30