myext/yii2-myext

My ext

Installs: 89

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:yii2-extension

1.3.0 2017-09-25 08:38 UTC

This package is not auto-updated.

Last update: 2025-03-25 20:49:29 UTC


README

My ext2

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist myext/yii2-myext "*"

or add

"myext/yii2-myext": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \myext\upl\AutoloadExample::widget(); ?>```