/yii2-articles

Articles module for Yii2 framework

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

yii2-articles

Articles module for Yii2 framework

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist xalberteinsteinx/yii2-articles "*"

or add

"xalberteinsteinx/yii2-articles": "*"

to the require section of your composer.json file.

Next step is applying migrations

php yii migrate --migrationPath=@vendor/xalberteinsteinx/yii2-articles/migrations

Usage