aanro/aanro-category

aanro Category is a part of aanro Monster Components.

1.0.2 2018-08-23 05:09 UTC

This package is not auto-updated.

Last update: 2024-04-26 09:25:08 UTC


README

Latest Version Software License Total Downloads

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.