credit-card icon indicating copy to clipboard operation
credit-card copied to clipboard

There is no way to set message of new CardExpirationDate('m/y') class

Open burhancelebi opened this issue 3 years ago • 0 comments

Here is my validation

'expiry_input' => ['required', new CardExpirationDate('m/y')],

For required i can set message at at laravel messages method but for another fields how i can set the message ?

I get this error message validation.credit_card.card_expiration_date_invalid.

I want to change that.

burhancelebi avatar Jan 22 '22 15:01 burhancelebi