Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 1.08 KB

2.yaf搭建console应用.md

File metadata and controls

48 lines (38 loc) · 1.08 KB

console应用

1.依赖yaf-yar

1.1 安装

  • composer.json
{
  "name":"jhq0113/yafr",
  "description": "yar",
  "keywords": ["php", "yaf","yar","mvc","di","ioc"],
  "license": "MIT",
  "homepage":"https://github.com/jhq0113/yafr",
  "type": "framework",
  "authors": [
    {
      "name": "Jiang Haiqiang",
      "email": "jhq0113@163.com",
      "homepage": "https://github.com/jhq0113",
      "role": "Developer"
    }
  ],
  "require": {
    "jhq0113/yaf-yar":"1.0.2"
  }
}
  • 1.2 安装
composer install

2.目录结构

image

3.运行console应用

/yourpath/console/run.php [controllerName] [actionName] [param]