jacksunny/expressapi
Composer 安装命令:
composer require jacksunny/expressapi
包简介
express api for system integration
README 文档
README
api for express information exchange,which may be used in laravel framework 5.4+
How to install and configurate package
-
install the laravel package composer require jacksunny/expressapi
-
publish view files php artisan vendor:publish
-
append new service provider file line in the section providers of file app.config after appended,it should looks like 'providers' => [ Illuminate\Auth\AuthServiceProvider::class, ...... \Jacksunny\ExpressApi\ExpressApiServiceProvider::class, ],
-
test if it works http://localhost/api/status
5.please notify me if you got any problem or error on it,thank you!
统计信息
- 总下载量: 59
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2017-06-02