Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/prawee/yiiapp

yii-initial
https://github.com/prawee/yiiapp

yii

Last synced: about 1 month ago
JSON representation

yii-initial

Awesome Lists containing this project

README

        

YiiApp
======
yii-initial projects

Requirements
============
```php

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

```

Using on Windows with XAMPP by Composer
================
```php

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