mikefinch/yii2-fancy-article-editor

This extensions allows you create and edit articles on your yii2 website.

1.1 2019-01-24 17:12 UTC

This package is not auto-updated.

Last update: 2024-09-27 23:50:35 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(); ?>```