Laravel's Bcrypt Hasher
…e. 4 $ hasher = app ( ' hash ' ) ; The Bcrypt hasher is also used by the bcrypt application helper function. It actually uses the above method to resolve the Bcrypt hasher from the service container. This means that any other service provider...