laravel自带验证密码Auth::attempt,怎么生成密

2022-03-17  本文已影响0人  响呼雷

生成密码

bcrypt($password) //就这么简单,第一次用laravel好多基础的东西都不知道,献丑了

Hash::make($password) //l两种方式都可以,bcrypt底层是hash::make

验证密码

auth::attempt($array)

上一篇下一篇

猜你喜欢

热点阅读