laravel-api maintained by elfsundae
Last update
2022/02/19 22:41
License
Require
- php >=5.6.4
- illuminate/database ~5.0|~6.0|~7.0|~8.0|~9.0
- illuminate/http ~5.0|~6.0|~7.0|~8.0|~9.0
- illuminate/support ~5.0|~6.0|~7.0|~8.0|~9.0
Last update
2018/02/03 19:09
License
Require
- php >=5.6.4
- illuminate/database ~5.0,<5.7
- illuminate/http ~5.0,<5.7
- illuminate/support ~5.0,<5.7
Last update
2017/12/07 21:05
License
Require
- php >=5.6.4
- illuminate/database ~5.0,<5.6
- illuminate/http ~5.0,<5.6
- illuminate/support ~5.0,<5.6
Last update
2017/11/30 09:45
License
Require
- php >=5.6.4
- illuminate/database ~5.0,<5.6
- illuminate/http ~5.0,<5.6
- illuminate/support ~5.0,<5.6
Last update
2017/10/13 18:57
License
Require
- php >=5.6.4
- illuminate/database ^5.0
- illuminate/http ^5.0
- illuminate/support ^5.0
Last update
2017/09/27 08:18
License
Require
- php >=5.6.4
- illuminate/database ^5.0
- illuminate/http ^5.0
- illuminate/support ^5.0
Last update
2017/09/27 08:18
License
Require
- php >=5.6.4
- illuminate/database ^5.0
- illuminate/http ^5.0
- illuminate/support ^5.0
Last update
2017/09/14 19:39
License
Require
- php >=5.6.4
- illuminate/database ^5.0
- illuminate/http ^5.0
- illuminate/support ^5.0
Last update
2017/06/26 09:51
License
Require
- php >=5.6.4
- illuminate/database 5.*
- illuminate/http 5.*
- illuminate/support 5.*
Last update
2017/06/20 02:26
License
Require
- php >=5.6.4
- illuminate/console 5.*
- illuminate/http 5.*
- illuminate/support 5.*
Last update
2017/06/20 01:18
License
Require
- php >=5.6.4
- illuminate/console 5.*
- illuminate/http 5.*
- illuminate/support 5.*
Last update
2017/06/19 14:36
License
Require
- php >=5.6.4
- illuminate/console 5.*
- illuminate/http 5.*
- illuminate/support 5.*
Last update
2017/06/18 21:48
License
Require
- php >=5.6.4
- illuminate/console 5.*
- illuminate/http 5.*
- illuminate/support 5.*
Last update
2017/06/16 23:36
License
Require
- php >=5.6.4
- illuminate/console 5.*
- illuminate/http 5.*
- illuminate/support 5.*
Last update
2017/06/14 23:15
License
Require
- php >=5.6.4
- illuminate/console 5.*
- illuminate/http 5.*
- illuminate/support 5.*
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.