juraev/podium-extended

Podium forum extended from juraev\podium


Keywords
extension, yii2
License
Apache-2.0

Documentation

Podium forum extended from juraev\podium

Podium forum extended from juraev\podium

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist juraev/podium-extended "*"

or add

"juraev/podium-extended": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \juraev\podium\AutoloadExample::widget(); ?>```