Package Data | |
---|---|
Maintainer Username: | ElfSundae |
Maintainer Contact: | elf.sundae@gmail.com (Elf Sundae) |
Package Create Date: | 2017-06-11 |
Package Last Update: | 2022-02-19 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-19 03:19:18 |
Package Statistics | |
---|---|
Total Downloads: | 523 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 2 |
Total Forks: | 1 |
Total Open Issues: | 0 |
You can install this package via the Composer manager:
$ composer require elfsundae/laravel-api
Then register the service provider by adding the following to the providers
array in config/app.php
:
ElfSundae\Laravel\Api\ApiServiceProvider::class,
And publish the config file:
$ php artisan vendor:publish --tag=laravel-api
$ composer test
This package is open-sourced software licensed under the MIT License.