sibds / yii2-formfooter
Form footer for Yii2
Package info
github.com/sibds/yii2-formfooter
Type:yii2-extension
pkg:composer/sibds/yii2-formfooter
dev-master
2023-03-28 06:03 UTC
Requires
This package is auto-updated.
Last update: 2026-02-28 12:22:26 UTC
README
Form footer for Yii2
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist sibds/yii2-formfooter "*"
or add
"sibds/yii2-formfooter": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \sibds\form\FormFooter::widget(); ?>```