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. Email us for help if needed.

Installs: 599

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 0

Type:yii2-extension

pkg:composer/plance/yii2-widget-errorsummary

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]) ?>