生成密码
bcrypt($password) //就这么简单,第一次用laravel好多基础的东西都不知道,献丑了
Hash::make($password) //l两种方式都可以,bcrypt底层是hash::make
验证密码
auth::attempt($array)
bcrypt($password) //就这么简单,第一次用laravel好多基础的东西都不知道,献丑了
Hash::make($password) //l两种方式都可以,bcrypt底层是hash::make
auth::attempt($array)
本文标题:laravel自带验证密码Auth::attempt,怎么生成密
本文链接:https://www.haomeiwen.com/subject/tsrvdrtx.html
网友评论