-
Notifications
You must be signed in to change notification settings - Fork 66
Installation
Zewail edited this page Sep 11, 2018
·
2 revisions
安装该扩展包需要环境支持
- thinkphp 5.1+
- php 5.6+
修改你的 composer.json 文件,然后执行 composer update 把最后一个版本的包加入你的项目
"require": {
"zewail/think-api": "1.0.*@beta"
}或者你可以在命令行执行 composer require 命令
composer require zewail/think-api:1.0.x@beta