weebz / yii2-basics
Basic Features for Yii2
Installs: 277
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: >=7.4.0
- kartik-v/yii2-bootstrap5-dropdown: ^1.0
- kartik-v/yii2-editors: @dev
- kartik-v/yii2-export: dev-master
- kartik-v/yii2-widget-datetimepicker: dev-master
- kartik-v/yii2-widget-select2: dev-master
- onmotion/yii2-widget-apexcharts: ^1.0
- php-ffmpeg/php-ffmpeg: ^1.1
- phpseclib/phpseclib: ~3.0
- yiisoft/yii2: ~2.0.0
- yiisoft/yii2-bootstrap5: ~2.0.8
- yiisoft/yii2-imagine: ^2.3
- yiisoft/yii2-redis: ^2.0@dev
- yiithings/yii2-dotenv: *
This package is auto-updated.
Last update: 2025-03-30 00:18:39 UTC
README
Basics Features for yii2
Installation
The preferred way to install this extension is through composer.
Either run
composer require weebz/yii2-basics --with-all-dependencies
or add
"weebz/yii2-basics": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, you can config the path mappings of the view component:
'modules' => [ 'common' => [ 'class' => '\weebz\yii2basics\Module', ] ],
Up Docker
docker compose -f vendor/weebz/yii2-basics/src/server/docker-compose.yml up -d
Run migration
php yii migrate --migrationPath=@vendor/weebz/yii2-basics/src/migrations --interactive=0