laravel-api maintained by elfsundae
Last update
2017/09/11 20:31
License
Require
- php >=5.6.4
- illuminate/database ^5.0
- illuminate/http ^5.0
- illuminate/support ^5.0
Last update
2017/06/26 07:51
License
Require
- php >=5.6.4
- illuminate/database 5.*
- illuminate/http 5.*
- illuminate/support 5.*
Last update
2017/06/20 00:26
License
Require
- php >=5.6.4
- illuminate/console 5.*
- illuminate/http 5.*
- illuminate/support 5.*
Last update
2017/06/19 23:18
License
Require
- php >=5.6.4
- illuminate/console 5.*
- illuminate/http 5.*
- illuminate/support 5.*
Last update
2017/06/19 12:36
License
Require
- php >=5.6.4
- illuminate/console 5.*
- illuminate/http 5.*
- illuminate/support 5.*
Last update
2017/06/18 19:48
License
Require
- php >=5.6.4
- illuminate/console 5.*
- illuminate/http 5.*
- illuminate/support 5.*
Last update
2017/06/16 21:36
License
Require
- php >=5.6.4
- illuminate/console 5.*
- illuminate/http 5.*
- illuminate/support 5.*
Last update
2017/06/14 21:15
License
Require
- php >=5.6.4
- illuminate/console 5.*
- illuminate/http 5.*
- illuminate/support 5.*
comments powered by Disqus
Laravel Api
Installation
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
Testing
$ composer test
License
This package is open-sourced software licensed under the MIT License.