laravel-mikuia-api maintained by becold
Description
RESTful Mikuia API for Laravel 5
Author
Last update
2023/02/01 22:39
(dev-dependabot/composer/symfony/http-kernel-5.4.20)
License
Downloads
12
laravel-mikuia-api
RESTful Mikuia API for Laravel 5
Warning: This library is an non-tested and alpha library. Use it at your risk.
Installation
composer require becold/laravel-mikuia-api:dev-master
In config/app.php, add this provider :
Becold\MikuiaApi\Providers\MikuiaApiServiceProvider::class
In the same file, add this facade in aliases :
'MikuiaApi' => Becold\MikuiaApi\Facades\MikuiaApiServiceFacade::class,