@ezraobiwale/laravel-style-validation
v3.2.4
Published
Validations, the Laravel way
Readme
Laravel style validation
Validations, the Laravel way.
Installation
yarn add @ezraobiwale/laravel-style-validation
// or
npm install @ezraobiwale/laravel-style-validationUsage guide
API References
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
