PHPackages                             binarycabin/laravel-password - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. binarycabin/laravel-password

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

binarycabin/laravel-password
============================

Basic tools for updating a user's password on create/update

1.0.1(8y ago)031MITPHP

Since Nov 17Pushed 8y agoCompare

[ Source](https://github.com/binarycabin/laravel-password)[ Packagist](https://packagist.org/packages/binarycabin/laravel-password)[ RSS](/packages/binarycabin-laravel-password/feed)WikiDiscussions master Synced today

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Laravel-Password
================

[](#laravel-password)

Basic tools for updating a user's password on create/update

This package adds a very simple trait to automatically save the user id who created this model.

Simply add the "\\BinaryCabin\\LaravelPassword\\Traits\\HasPassword;" trait to your model:

```
