roms1975/yii2-romscms

test

Maintainers

Package info

github.com/roms1975/yii2-romscms

Language:CSS

Type:yii2-extension

pkg:composer/roms1975/yii2-romscms

Statistics

Installs: 41

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.12 2022-03-18 08:32 UTC

This package is auto-updated.

Last update: 2026-03-25 20:41:09 UTC


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(); ?>```