tests1000 / yii2-articles
Create and publish articles
Package info
github.com/tests1000/yii2-articles
Type:yii2-extension
pkg:composer/tests1000/yii2-articles
dev-master
2016-06-22 08:56 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-15 03:02:16 UTC
README
Create and publish articles
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist tests1000/yii2-articles "*"
or add
"tests1000/yii2-articles": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \tests1000\articles\AutoloadExample::widget(); ?>```