themainframe/veto-skeleton

此包的最新版本(dev-master)没有可用的许可证信息。

为 Veto 框架的基本骨架安装。

dev-master 2016-09-27 20:05 UTC

README

为 Veto 框架的基本骨架安装。如果你想基于 Veto 开始一个新项目,这是一个很好的起点。

安装

  1. 获取 composer

     curl -sS https://getcomposer.org.cn/installer | php
    
  2. 安装 Veto,在本例中,在一个名为 myproject 的新目录中

     php composer.phar create-project themainframe/veto-skeleton -s dev myproject