https://github.com/cornernote/yii-skeleton
MrPHP's Own Yii Skeleton, used for creating new Yii applications.
https://github.com/cornernote/yii-skeleton
Last synced: 4 months ago
JSON representation
MrPHP's Own Yii Skeleton, used for creating new Yii applications.
- Host: GitHub
- URL: https://github.com/cornernote/yii-skeleton
- Owner: cornernote
- License: bsd-3-clause
- Created: 2013-09-20T10:42:38.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-05-17T22:31:07.000Z (over 10 years ago)
- Last Synced: 2025-01-24T05:23:49.554Z (about 1 year ago)
- Language: PHP
- Homepage: http://mrphp.com.au/
- Size: 3.62 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# Yii Skeleton
MrPHP.com.au's own Yii Skeleton, used for creating new Yii applications.
## About
Copyright (c) 2013 Mr PHP
Source Code: https://github.com/cornernote/yii-skeleton
## Installation with Composer
install composer
```
curl http://getcomposer.org/installer | php
```
add required packages to `composer.json` then
```
php composer.phar update
```
useful links:
* https://getcomposer.org/
* https://packagist.org/