aanro/aanro-review

Someline Review is a part of Someline Monster Components.

Downloads

21

Stars

0

Version

Someline Review Service

Latest Version Software License Total Downloads

Someline Review 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-review

Add Service Provider to config/app.php

    'providers' => [
        ...
        Someline\Review\SomelineReviewServiceProvider::class,
        ...
    ],

Publishing config file.

php artisan vendor:publish

After published, config file for Rest Client is config/someline-review.php, you will need to config it to use Rest Client.

Usage

Routes
Route::post('/review', 'ReviewController@postReview');

Testing

phpunit

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.