topthink / thinkng-webapp
The next generation thinkphp skeleton application
Installs: 92
Dependents: 0
Suggesters: 0
Security: 0
Stars: 11
Watchers: 6
Forks: 9
Open Issues: 1
Type:project
Requires
- php: >=5.4.0
- topthink/thinkng: dev-master@dev
This package is auto-updated.
Last update: 2024-10-29 04:20:02 UTC
README
为thinkng创建的应用模板
框架代码在这里topthink/thinkng
安装
-
首先安装composer,官方网站 https://getcomposer.org/
-
运行命令
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,欢迎提交