herroffizier/yii2-app
最新稳定版本:0.1.2
Composer 安装命令:
composer create-project herroffizier/yii2-app
包简介
Custom Yii 2 application template with user authentication, backoffice, phing and vagrant intergration
README 文档
README
This is customized Yii 2 Application Template with user authentication, backoffice, Phing and Vagrant integration. Created for personal use.
INSTALLATION
First step is to create project via Composer:
composer global require "fxp/composer-asset-plugin:~1.1.2"
composer create-project --prefer-dist herroffizier/yii2-app my-app
After that go to new project's directory and init project with built-in wizard. It will replace placeholders in various config files to actual values.
php yii project/init
After you asked all wizard's questions you are ready to run Vagrant. This command will download, configure and run virtual machine.
vagrant up
The final step is to apply db migrations. Run following commands:
vagrant ssh
cd /vagrant/
./vendor/bin/phing migrate
统计信息
- 总下载量: 31
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2015-09-22