mikefinch / yii2-fancy-article-editor
This extensions allows you create and edit articles on your yii2 website.
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- yiisoft/yii2: ~2.0.0
This package is not auto-updated.
Last update: 2025-03-29 02:10:34 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(); ?>```