aanro Category is a part of aanro Monster Components.
aanro/aanro-category is a Laravel package for aanro category is a part of aanro monster components..
It currently has 0 GitHub stars and 29 downloads on Packagist (latest version 1.0.2).
Install it with composer require aanro/aanro-category.
Discover more Laravel packages by aanro
or browse all Laravel packages to compare alternatives.
Last updated
Someline Category is a part of Someline Monster Components.
Build for Laravel and Someline Starter.
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.
Route::post('/article', 'CategoryController@postCategory');
phpunit
Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.