dmitry331/elsbroker-core

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

elsbroker-core

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/dmitry331/elsbroker-core

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

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(); ?>```