snu1743/yii2-flcms

cms

Installs: 35

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

1.6.0 2021-09-27 19:19 UTC

This package is auto-updated.

Last update: 2024-09-28 01:49:39 UTC


README

cms

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist snu1743/yii2-flcms "*"

or add

"snu1743/yii2-flcms": "*"

to the require section of your composer.json file.

Usage

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

<?= \fl\cms\AutoloadExample::widget(); ?>```