Posts by rmntavares • 11 points
1 post
-
1
votes2
answers97
viewsQ: Create user with encrypted password
I have doubts about Laravel one of which is reflected where to insert the field: $password = hash::make('password'); Since I want to encrypt the password of the user creation form. The code of View…