dmitry331/elsbroker-core

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

elsbroker-core

Maintainers

Package info

github.com/Dmitry331/elsbroker-core

pkg:composer/dmitry331/elsbroker-core

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-29 01:04:16 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(); ?>```