Someline File Service
, (*1)
Someline File 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-file, (*5)
Add Service Provider to `config/app.php`
``` php
'providers' => [
...
Someline\File\SomelineFileServiceProvider::class,
...
],
Publishing config file., (*6)
``` bash
php artisan vendor:publish, (*7)
After published, config file for Rest Client is `config/someline-file.php`, you will need to config it to use Rest Client.
## Usage
##### Routes
``` php
Route::post('/file', 'FileController@postFile');
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)