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: 9 days 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 (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-05-17T22:31:07.000Z (about 11 years ago)
- Last Synced: 2026-02-12T07:41:36.565Z (5 months ago)
- Language: PHP
- Homepage: http://mrphp.com.au/
- Size: 3.62 MB
- Stars: 1
- Watchers: 1
- 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/