Laravel this is not only a practical framework, it is also a programming style
I'm creating admin user via model and it saving record successfully but password is not being hashed as follows:
$request->password = bcrypt($request->input('password')); Admin::create($request->except('_token'));
Aucun commentaire:
Enregistrer un commentaire