mrmonat / nova-translatable

Nova Field for spatie/laravel-translatable package.
81 stars 26 forks source link

Validation #13

Closed AhmedFawzy closed 6 years ago

AhmedFawzy commented 6 years ago

How to apply validation with rules()

mrmonat commented 6 years ago

Currently only possible with Validation Rule Objects or Custom Closure rules (see https://nova.laravel.com/docs/1.0/resources/validation.html#attaching-rules)