topthink/thinkng-webapp

The next generation thinkphp skeleton application

Installs: 92

Dependents: 0

Suggesters: 0

Security: 0

Stars: 11

Watchers: 5

Forks: 9

Open Issues: 1

Type:project

pkg:composer/topthink/thinkng-webapp

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

This package is auto-updated.

Last update: 2025-09-29 01:40:38 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,欢迎提交