PHPackages                             sukohi/agnomen - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Validation &amp; Sanitization](/categories/validation)
4. /
5. sukohi/agnomen

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

sukohi/agnomen
==============

A PHP package mainly developed for Laravel to set attributes for error messages of when failing validation.

1.0.1(10y ago)024PHP

Since Aug 20Pushed 10y ago1 watchersCompare

[ Source](https://github.com/SUKOHI/Agnomen)[ Packagist](https://packagist.org/packages/sukohi/agnomen)[ RSS](/packages/sukohi-agnomen/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

Agnomen
=======

[](#agnomen)

A PHP package mainly developed for Laravel to set attributes for error messages of when failing validation.

Installation
============

[](#installation)

Add this package name in composer.json

```
"require": {
  "sukohi/agnomen": "1.*"
}

```

Execute composer command.

```
composer update

```

Usage
=====

[](#usage)

At first, add AgnomenTrait to `App/Http/Requests/Request.php` like this.

```
