['sometimes', 'date_format:Y-m'], ]; } public function authorize(): bool { return true; } public function messages(): array { return [ 'month.date_format' => 'Choisis un mois valide.', ]; } }