Skip to content

ttrig/laravalidation

Repository files navigation

Build Status Codecov License

Laravalidation

Test Laravel validation rules with ease at laravalidation.com.

Started out as a lab project for learning Vue.js.

Quickstart

cp .env.example .env
touch database/database.sqlite

composer install

npm install
npm run dev

php artisan serve

Contributing

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b amazing-feature)
  3. Commit your Changes (git commit -m 'Add some amazing feature)
  4. Push to the Branch (git push origin amazing-feature)
  5. Open a Pull Request

License

Distributed under the MIT license.