Tencent / Biny

Biny is a tiny, high-performance PHP framework for web applications
BSD 3-Clause "New" or "Revised" License
1.69k stars 259 forks source link

怎么下载干净的框架? #99

Closed Tomorrowxxy closed 4 years ago

Tomorrowxxy commented 4 years ago

直接github clone ?

billge1205 commented 4 years ago

https://github.com/Tencent/Biny/releases 可以下载releases版本 或者 clone 最新的提交代码

Tomorrowxxy commented 4 years ago

大佬回复好快啊 我clone了一份 目前遇到了两个问题

  1. shell.php是做什么用的 运行了有报错

2.没看明白怎么使用api模式 也添加了protected $restApi = true; UTOOLS1576220316616.png

billge1205 commented 4 years ago

在服务器端执行要用shell模式 index.php 是web入口 shell模式用法见文档 http://www.billge.cc/#shell restApi是web端 支持restful用的

Tomorrowxxy commented 4 years ago

也就是说shell调用的方法必须写到/app/shell/文件夹中 不可以调用/app/controller中的方法么

billge1205 commented 4 years ago

controller 入口是分开的 service dao 还有基础类是公共的

Tomorrowxxy commented 4 years ago

好的 我在研究研究 还是没太搞明白 有微信群 or QQ群 or ... 么

billge1205 commented 4 years ago

没有官方群 有问题issue里提吧