3 Star 1 Fork 0

inhere / mder

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 803 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiajianjun 提交于 2016-05-06 11:28 . update, bug fixed

slim skeleton

a slim framework skeleton.

run project on local

required install php at local, and add to PATH.

at windows (usage php server)

  • auto run server

double-click bin/loclaRun.bat file.

  • manual run server

open a cmd window at current directory, write command: php -S 127.0.0.42:80 -t public, open a browser (e.g. chrome) visit http://127.0.0.42

at linux (usage php server)

  • auto run server

$ ./bin/loclaRun

  • manual run server

open a terminal window jump to current directory, run command: php -S 127.0.0.42:80 -t www, open a browser (e.g. chrome) visit http://127.0.0.42

run with nginx service

please copy the file temp/backup/example.nginx.conf to nginx config directory, and rename it. reload nginx service.

PHP
1
https://gitee.com/inhere/mder.git
git@gitee.com:inhere/mder.git
inhere
mder
mder
master

搜索帮助