dmitry331 / elsbroker-core
elsbroker-core
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/dmitry331/elsbroker-core
Requires
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2025-12-29 04:00:46 UTC
README
Модельки, миграции, сервисы, модули
Installation
The preferred way to install this extension is through composer.
Either run
composer require dmitry331/elsbroker_core:dev-main
or add
"dmitry331/elsbroker-core": "*"
to the require section of your composer.json file.
##Миграции
php yii migrate --migrationPath=@core/migrations
##В классах указываем namespace
<?php
namespace core\models;
Usage
Once the extension is installed, simply use it in your code by :
<?= \core\AutoloadExample::widget(); ?>```