Skip to content

Instantly share code, notes, and snippets.

@chihirokaasan
Last active September 9, 2016 04:32
Show Gist options
  • Save chihirokaasan/607edd6cbfbd2d1c931b4d764295cce2 to your computer and use it in GitHub Desktop.
Save chihirokaasan/607edd6cbfbd2d1c931b4d764295cce2 to your computer and use it in GitHub Desktop.
resources/lang/ja/validation.php
'custom' => [
'attribute-name' => [
'rule-name' => 'custom-message',
],
'password' => [
'required' => 'パスワードは必須です',
'min' => '8文字以上で入力してください'
],
'password_confirm' => [
'required' => 'パスワードを再入力してください',
'same' => 'パスワードが違います。'
],
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment