zmhfly/pexample

There is no license information available for the latest version (0.01) of this package.

php初始化应用模板

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

0.01 2018-09-16 14:38 UTC

This package is auto-updated.

Last update: 2024-03-28 07:01:25 UTC


README

php框架对应的初始化应用模板

安装

composer create-project zmhfly/pexample [app_name] --stability=dev

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

运行项目

进入public目录下执行

php -S 127.0.0.1:8080

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

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

欢迎fork,欢迎提交