amttgroup / yii2-common-class
yii2 common class
Installs: 213
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 3
Type:yii2-extension
Requires
- yiisoft/yii2: ~2.0.13
Suggests
- dmstr/yii2-adminlte-asset: admin theme
- kartik-v/yii2-datecontrol: date picker
- kartik-v/yii2-dynagrid: index list
- kartik-v/yii2-widget-activeform: form
- dev-master
- 2.3.16
- 2.3.14
- 2.3.13
- 2.3.12
- v2.3.7
- v2.3.6
- v2.3.5
- v2.3.4
- v2.3.3
- v2.3.2
- v2.2.8
- v2.2.7
- v2.2.5
- v2.2.4
- v2.2.3
- v2.2.2
- v2.2.1
- v2.1.14
- v2.1.13
- v2.1.12
- v2.1.11
- v2.1.10
- v2.1.9
- v2.1.8
- v2.1.7
- v2.1.6
- v2.1.5
- v2.1.4
- v2.1.3
- v2.1.2
- v2.1.1
- v2.1.0
- v2.0.11
- v2.0.10
- v2.0.9
- v2.0.8
- v2.0.7
- v2.0.6
- v2.0.5
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- dev-patch-1
This package is auto-updated.
Last update: 2025-02-17 09:20:12 UTC
README
Some usage classes in Yii2 Project for quickly develop
Install
use composer
php composer.phar require amttgroup/yii2-common-class -vvv
use github (use this for newest)
git clone https://github.com/amttgroup/yii2-common-tools.git amttgroup
Then add Alias in Yii2
Advanced: \common\config\bootstrap.php write after other Alisa
Yii::setAlias('@amttgroup', dirname(dirname(__DIR__)) . '/amttgroup');
Basic: \common\config\web.php write before other config
Yii::setAlias('@amttgroup', dirname(__DIR__) . '/amttgroup' );
Usage And Example
Not available