dev-master
9999999-dev http://thinkphp.cn/The next generation thinkphp skeleton application
Apache-2.0
The Requires
- topthink/thinkng dev-master@dev
- php >=5.4.0
by liu21st
by tao
orm framework thinkphp
The next generation thinkphp skeleton application
为thinkng创建的应用模板, (*1)
框架代码在这里topthink/thinkng, (*2)
首先安装composer,官方网站 https://getcomposer.org/, (*3)
运行命令, (*4)
composer create-project topthink/thinkng-webapp [app_name] --stability=dev
如果你无法安装,那么你可能使用了composer的中国源, (*5)
进入public目录下执行, (*6)
php -S 127.0.0.1:8080
浏览器打开 http://127.0.0.1:8080, (*7)
在一切ok的情况下你会看到hello world!, (*8)
欢迎fork,欢迎提交, (*9)
The next generation thinkphp skeleton application
Apache-2.0
orm framework thinkphp