aanro/aanro-file is a Laravel package for someline file is a part of someline monster components..
It currently has 0 GitHub stars and 23 downloads on Packagist.
Install it with composer require aanro/aanro-file.
Discover more Laravel packages by aanro
or browse all Laravel packages to compare alternatives.
Last updated
Someline File is a part of Someline Monster Components.
Build for Laravel and Someline Starter.
Install composer package to your laravel project
composer require someline/someline-file
Add Service Provider to config/app.php
'providers' => [
...
Someline\File\SomelineFileServiceProvider::class,
...
],
Publishing config file.
php artisan vendor:publish
After published, config file for Rest Client is config/someline-file.php, you will need to config it to use Rest Client.
Route::post('/file', 'FileController@postFile');
phpunit
Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.