itshkacomua / yii2-notebook
Notepade module for yii2
Package info
github.com/itshkacomua/yii2-notebook
Type:yii2-extension
pkg:composer/itshkacomua/yii2-notebook
dev-master
2020-01-31 21:33 UTC
Requires
- kartik-v/yii2-widget-datetimepicker: ~1.4.9
- vova07/yii2-imperavi-widget: ~2.0.11
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2026-03-01 00:29:55 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(); ?>```