@ezraobiwale/laravel-style-validation

3.2.1 • Public • Published

Laravel style validation

Validations, the Laravel way.

Installation

yarn add @ezraobiwale/laravel-style-validation
// or
npm install @ezraobiwale/laravel-style-validation

Usage guide

See all usage examples.

API References

See all function signatures.

Rules and error messages

See all available rules and the corresponding error messages

Development

For easy and quick dev/build, you should have Docker and Docker Compose installed.

  • Clone repository - git clone https://github.com/ezra-obiwale/laravel-style-validation.git
  • Build docker service - docker-compose build
  • Start docker container - docker-compose up -d
  • Run tests - docker-compose exec valiation yarn test
  • Build - docker-compose exec valiation yarn build

Readme

Keywords

none

Package Sidebar

Install

npm i @ezraobiwale/laravel-style-validation

Weekly Downloads

0

Version

3.2.1

License

MIT

Unpacked Size

86.6 kB

Total Files

114

Last publish

Collaborators

  • ezraobiwale