elfsundae/laravel-api
Composer 安装命令:
composer require elfsundae/laravel-api
包简介
Laravel api client, token, and response.
README 文档
README
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.
统计信息
- 总下载量: 523
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 9
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-06-11