text4u
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

validation.php 160B

12345678
  1. <?php
  2. return [
  3. 'unique_entry_value' => 'The :attribute has already been taken.',
  4. 'unique_user_value' => 'The :attribute has already been taken.',
  5. ];