uraankhayayaal/yii2-materializecomponents

Yii2 materializecomponents

v1.0.14 2023-08-23 11:27 UTC

This package is auto-updated.

Last update: 2024-04-23 12:59:27 UTC


README

Yii2 materializecomponents

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist uraankhayayaal/yii2-materializecomponents "*"

or add

"uraankhayayaal/yii2-materializecomponents": "*"

to the require section of your composer.json file.

Usage

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

<?= \uraankhayayaal\materializecomponents\AutoloadExample::widget(); ?>```