项目作者: sohaha

项目描述 :
易上手的敏捷开发PHP框架
高级语言: PHP
项目地址: git://github.com/sohaha/ZlsPHP.git
创建时间: 2016-05-16T10:44:02Z
项目社区:https://github.com/sohaha/ZlsPHP

开源协议:

下载


ZlsPHP

使用文档

安装依赖包

  1. # 开发环境
  2. composer install
  3. # 生产环境
  4. composer install --no-dev

启动

请自行安装好php并且设置好坏境变量

在根目录执行

  1. php zls start

如需外网访问请加上 -C,默认端口是 3780 如要修改成8080 --port 8080,更多选项请参考 -H

输出如 HttpServe: http://127.0.0.1:3780 表示启动成功,打开浏览器输入 http://127.0.0.1:3780

更多指令说明

  1. php zls -h

Git 规范

  1. git config core.hooksPath .githook
  2. git config core.autocrlf input
  3. git config core.safecrlf warn

注意

请给 app/storage 目录可写入权限

2019-08-19 16:25:03