在Laravel 认证系统里注册用户时,采用bcrypt 方法加密密码。 $user = User::create([ 'name' => $data['name'], 'email' => $data['email'], ...
確定! 回上一頁