mikefinch / yii2-fancy-article-editor
This extensions allows you create and edit articles on your yii2 website.
Package info
github.com/Mikecoon/yii2-fancy-article-editor
Type:yii2-extension
pkg:composer/mikefinch/yii2-fancy-article-editor
1.1
2019-01-24 17:12 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is not auto-updated.
Last update: 2026-03-14 06:53:42 UTC
README
This extensions allows you create and edit articles on your yii2 website.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist mikefinch/yii2-fancy-article-editor "*"
or add
"mikefinch/yii2-fancy-article-editor": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \mikefinch\fancyArticleEditor\AutoloadExample::widget(); ?>```