Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prawee/yiiapp
yii-initial
https://github.com/prawee/yiiapp
yii
Last synced: about 1 month ago
JSON representation
yii-initial
- Host: GitHub
- URL: https://github.com/prawee/yiiapp
- Owner: prawee
- Created: 2013-09-08T16:48:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-29T09:36:17.000Z (about 10 years ago)
- Last Synced: 2023-07-27T23:29:39.017Z (over 1 year ago)
- Topics: yii
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
YiiApp
======
yii-initial projectsRequirements
============
```php1.Installed XAMPP
2.Installed Git.
3.Installed Composer.```
Using on Windows with XAMPP by Composer
================
```php1.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