viperxes / client
REST招聘任务(客户端)
dev-master
2018-04-19 10:59 UTC
Requires
- php: >=7.0.0
- guzzlehttp/guzzle: ^6.3
- laravel/framework: 5.5.*
- laravelcollective/html: ^5.5
This package is not auto-updated.
Last update: 2024-09-21 00:39:34 UTC
README
#REST招聘任务(客户端)
###使用Composer安装
- 添加包:composer require viperxes/client:dev-master
- 将包提供者添加到config/app.php(ClientServiceProvider)
- 发布包的配置和视图
- 设置配置变量API_BASE_URI(config/client.php),用于与REST API通信。
###许可证
本项目采用MIT许可证 - 有关详细信息,请参阅LICENSE文件。