laravel-model-validation

Laravel model validation validates the data on model events. *Only for laravel applications.

MIT License

Downloads
2.6K
Stars
32
Committers
5

Bot releases are visible (Hide)

laravel-model-validation - v1.5.0 Latest Release

Published by theriddleofenigma 7 months ago

laravel-model-validation - v1.4

Published by theriddleofenigma about 1 year ago

What's New

  • Now you can customize the validation data from your model using validationData(...) method.
  • Added support for Laravel v10.

Full Changelog: https://github.com/theriddleofenigma/laravel-model-validation/compare/v1.3...v1.4.0

laravel-model-validation - v1.3

Published by theriddleofenigma almost 2 years ago

Added support for Laravel v9.

Thanks for the PR #8, @syehan

laravel-model-validation - v1.2

Published by theriddleofenigma almost 3 years ago

Changes in Minimum laravel framework version due to vulnerability.

laravel-model-validation - v1.1 (Stable Release)

Published by theriddleofenigma almost 4 years ago

Improvements for declaring the validation rules, attributes, and messages methods as properties in the eloquent model.

laravel-model-validation - v1.0 (Stable Release)

Published by theriddleofenigma almost 6 years ago