Here is how usually a laravel programmer hash a password when creating a new user. ... $user->password = Hash::make(Input::get('password'));.
確定! 回上一頁