roms1975 / yii2-romscms
test
Installs: 40
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:CSS
Type:yii2-extension
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(); ?>```