roms1975/yii2-romscms

test

Installs: 39

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:CSS

Type:yii2-extension

1.0.12 2022-03-18 08:32 UTC

This package is auto-updated.

Last update: 2024-09-25 17:08:37 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(); ?>```