dmitry331/elsbroker-core

There is no license information available for the latest version (dev-main) of this package.

elsbroker-core

dev-main 2024-02-02 00:49 UTC

This package is auto-updated.

Last update: 2024-10-01 00:17:14 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(); ?>```