prawee/yiiapp

There is no license information available for the latest version (dev-master) of this package.

Make application by Yii framework

dev-master 2014-09-29 09:35 UTC

This package is auto-updated.

Last update: 2024-04-12 04:55:28 UTC


README

yii-initial projects

Requirements

1.Installed XAMPP
2.Installed Git.
3.Installed Composer.

Using on Windows with XAMPP by Composer

1.open cmd
2.cd /path/of/webserver   such as  c:\xampp\htdocs
3.git clone https://github.com/prawee/yiiapp.git your-project-name
4.cd your-project-name folder
5.composer self-update
6.composer --prefer-dist update
7.protected\vendor\yiisoft\yii\framework\yiic webapp c:\xampp\htdocs\your-project-name 
8.typing yes 
9.localhost/your-project-name

Update

2014-09-29 adding default composer.json