itshkacomua/yii2-notebook

Notepade module for yii2

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

dev-master 2020-01-31 21:33 UTC

This package is auto-updated.

Last update: 2024-04-29 04:19:58 UTC


README

Notepade module for yii2

========================

Notepade module for yii2

Installation

#####1. The preferred way to install this extension is through composer.

Either run


php composer.phar require --prefer-dist itshkacomua/yii2-notebook "dev-master"

or add


"itshkacomua/yii2-notebook": "dev-master"

to the require section of your composer.json file.

#####2. In the console of the root directory of the site, run the command

php yii migrate --migrationPath=@itshkacomua/notebook/migrations/

Usage

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

<?= \itshkacomua\notebook\AutoloadExample::widget(); ?>```