2017 © Pedro Peláez
 

project yaf-template

yaf template

image

church/yaf-template

yaf template

  • Friday, December 9, 2016
  • by fireqong
  • Repository
  • 3 Watchers
  • 6 Stars
  • 115 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 2 Versions
  • 6 % Grown

The README.md

简介

为了更好地使用yaf, 特意制作该模板, 且提供了创建常用组件的工具, (*1)

环境依赖

  • yaf扩展
  • composer

安装

composer create-project church/yaf-template yaf-website dev-master

工具使用

php console #查看可用命令
php console make:controller Articles    #创建控制器
php console make:model Articles #创建模型
php console make:plugin Test    #创建插件

注意: 为了使用命名空间的方式和支持composer, 必须在php.ini加上, (*2)

[Yaf]
yaf.use_namespace = True
yaf.use_spl_autoload = True

The Versions

09/12 2016

dev-master

9999999-dev

yaf template

  Sources   Download

MIT

The Requires

 

yaf template yaf模板

06/12 2016

1.0

1.0.0.0

yaf template

  Sources   Download

MIT

The Requires

 

yaf template yaf模板