Someline Category Service
, (*1)
Someline Category is a part of Someline Monster Components., (*2)
Build for Laravel and Someline Starter., (*3)
Install
Via Composer
Install composer package to your laravel project, (*4)
``` bash
composer require someline/someline-article, (*5)
Add Service Provider to `config/app.php`
``` php
'providers' => [
...
Someline\Category\SomelineCategoryServiceProvider::class,
...
],
Publishing config file., (*6)
``` bash
php artisan vendor:publish, (*7)
After published, config file for Rest Client is `config/someline-article.php`, you will need to config it to use Rest Client.
## Usage
##### Routes
``` php
Route::post('/article', 'CategoryController@postCategory');
Testing
bash
phpunit
, (*8)
Contributing
Please see CONTRIBUTING for details., (*9)
Credits
License
The MIT License (MIT). Please see License File for more information., (*10)