Localization of wild card input Laravel - development

Localization of wild card input Laravel

I am doing localization of Laravel error messages in ar/validation.php and stuck with localization of wildcard inputs with array index
I want something like

  $attribute => [
    training.*.course_name => "Training Course Name *"
  ]

Thanks



from Laravel Questions and Answers https://laravelquestions.com/php/localization-of-wild-card-input-laravel/
via Lzo Media

Comments

Popular posts from this blog

ng-show doesn’t work correct with value boolean

Using PHP and MySQL data to generate PDF letters like in MS Word mailmerge functionality - development

ng-include of inline SVG does not display gradient except in Chrome