Traits
Table of Contents
Traits
- Auth
- Auth trait For change auth id name in model: protected $authIdColumn = 'auth id name';
- Password
- Password trait Change password attribute name in model: protected $passwordColumn = 'password'; Chage encrypth algo: protected $passwordEncryptAlgo = algo | null