milwad-dev / laravel-validate

The Laravel-Validate package enhanced Laravel validation capabilities with custom rules and methods for simplified and efficient validation logic.
https://packagist.org/packages/milwad/laravel-validate
MIT License
456 stars 39 forks source link

[1.x] Migrate validation rule class from Rule to Validation rule #56

Closed kiankamgar closed 8 months ago

kiankamgar commented 1 year ago

Migrate validation rule class from Rule (Illuminate\Contracts\Validation\Rule) to ValidationRule(Illuminate\Contracts\Validation\ValidationRule)

kiankamgar commented 1 year ago

Test errors is because ValidationRule class is not found in laravel < 10

kiankamgar commented 8 months ago

If its time to merge this pull request, let me know to refactor it and update it as project last version

milwad-dev commented 8 months ago

Create a new PR and get new updates.

kiankamgar commented 8 months ago

Ok