zvinger / yii2-base-classes
Helpers for developing
Installs: 1 136
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Type:yii2-extension
Requires
- aws/aws-sdk-php: ~3.0
- aws/aws-sdk-php-resources: ^0.3.0
- illuminate/support: 5.*
- league/flysystem-aws-s3-v3: ^1.0
- trntv/yii2-glide: ^1.0.0
- yii2mod/yii2-rbac: 2.*
- yii2mod/yii2-settings: 2.*
- yiisoft/yii2: 2.0.*
This package is auto-updated.
Last update: 2025-03-23 03:07:52 UTC
README
Helpers for developing
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist zvinger/yii2-base-classes "*"
or add
"zvinger/yii2-base-classes": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \Zvinger\BaseClasses\AutoloadExample::widget(); ?>
define BASE_ADMIN_PATH
in .env
file.