huangxuegang

你要悄悄学php,然后惊艳所有人
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2020年7月24日

摘要: <?php 'name' => 'required|string',//非空字符串 'account' => 'unique:admins',//验证account在admins表中唯一 'password' => 'required|string|confirmed|min:6|max:10',/ 阅读全文

posted @ 2020-07-24 10:46 一花多叶无菩提 阅读(990) 评论(0) 推荐(0)