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. ];