guoyu07 / thinkng-webapp

Thinkng的应用模板

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ThinkPHP Next Generation Web Application Template@dev

为thinkng创建的应用模板

框架代码在这里topthink/thinkng

安装

composer create-project topthink/thinkng-webapp [app_name] --stability=dev

如果你无法安装,那么你可能使用了composer的**源

运行项目

进入public目录下执行

php -S 127.0.0.1:8080

浏览器打开 http://127.0.0.1:8080

在一切ok的情况下你会看到hello world!

欢迎fork,欢迎提交

About

Thinkng的应用模板

License:Other


Languages

Language:PHP 99.1%Language:ApacheConf 0.9%