yidian/yaf_demo

1.0.4 2021-02-03 03:23 UTC

This package is auto-updated.

Last update: 2025-05-29 01:34:33 UTC


README

yaf框架目录组织

  1. php.ini 的配置如下
[yaf]
extension=yaf.so
yaf.environ=dev
yaf.use_namespace=1
yaf.use_spl_autoload=1
  1. 配置 Nginx 的 Rewrite
  2. composer update
  3. 浏览器访问 http://your_domain/test/test/index
  4. 命令行执行 php cli.php test index "a=1&b=2"