topthink/thinkng-webapp

The next generation thinkphp skeleton application

dev-master 2016-04-20 05:22 UTC

This package is auto-updated.

Last update: 2024-04-29 03:12:40 UTC


README

为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,欢迎提交