Validations, the Laravel way.
yarn add @ezraobiwale/laravel-style-validation
// or
npm install @ezraobiwale/laravel-style-validation
See all available rules and the corresponding error messages
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