deesoft / yii2-dev
Yii2 libraries development project
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 3
Open Issues: 0
Type:yii2-extension
Requires
- php: >=5.4.0
- bower-asset/adminlte: ~2.0
- bower-asset/angular: ~1.3
- bower-asset/angular-animate: ~1.3
- bower-asset/angular-bootstrap: ~0.13
- bower-asset/angular-resource: ~1.3
- bower-asset/angular-route: ~1.3
- bower-asset/angular-ui-router: ~0.2
- bower-asset/angular-validation: ~1.3
- deesoft/yii2-composer: ~1.0
- mdmsoft/yii2-ar-behaviors: ~1.0
- mdmsoft/yii2-autonumber: ~1.0
- mdmsoft/yii2-format-converter: ~1.0
- rmrevin/yii2-fontawesome: ~2.0
- yiisoft/yii2: >=2.0.4
- yiisoft/yii2-authclient: ~2.0.0
- yiisoft/yii2-bootstrap: ~2.0
Requires (Dev)
- deesoft/yii2-gii: ~1.0
- yiisoft/yii2-debug: ~2.0
- yiisoft/yii2-gii: ~2.0
Suggests
- codeception/codeception: Codeception, 1.8.*@dev is currently works well with Yii.
- codeception/specify: BDD style code blocks for PHPUnit and Codeception
- codeception/verify: BDD Assertions for PHPUnit and Codeception
This package is not auto-updated.
Last update: 2020-01-10 15:33:26 UTC
README
Main development for yii2 mdm libraries
INSTALLATION
Install via Composer
If you do not have Composer, you may install it by following the instructions at getcomposer.org.
You can then install the application using the following command:
# git clone https://github.com/deesoft/yii2-dev.git development
# cd development
# php composer.phar global require "fxp/composer-asset-plugin:1.0.0"
# php composer.phar update