roms1975 / yii2-romscms
test
Package info
github.com/roms1975/yii2-romscms
Language:CSS
Type:yii2-extension
pkg:composer/roms1975/yii2-romscms
1.0.12
2022-03-18 08:32 UTC
Requires
- php: >=7.3.0
- yiisoft/yii2: 2.0.14
README
test
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist roms1975/yii2-romscms "*"
or add
"roms1975/yii2-romscms": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \roms\cms\AutoloadExample::widget(); ?>```