plance/yii2-widget-errorsummary

Yii2 widget displays errors

This package's canonical repository appears to be gone and the package has been frozen as a result.

dev-master 2017-04-27 17:38 UTC

This package is not auto-updated.

Last update: 2024-02-12 09:05:25 UTC


README

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist plance/yii2-widget-errorsummary "*"

or add

"plance/yii2-widget-errorsummary": "*"

to the require section of your composer.json file.

Usage

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

<?php echo ErrorSummary::widget(['Model' => $Model]) ?>