Download the PHP package repat/laravel-password-reset-model without Composer
On this page you can find all versions of the php package repat/laravel-password-reset-model. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download repat/laravel-password-reset-model
More information about repat/laravel-password-reset-model
Files in repat/laravel-password-reset-model
Download repat/laravel-password-reset-model
More information about repat/laravel-password-reset-model
Files in repat/laravel-password-reset-model
Vendor repat
Package laravel-password-reset-model
Short Description Eloquent Model for the password_resets table
License MIT
Homepage https://repat.de
Package laravel-password-reset-model
Short Description Eloquent Model for the password_resets table
License MIT
Homepage https://repat.de
Please rate this library. Is it a good library?
Informations about the package laravel-password-reset-model
laravel-password-reset-model
laravel-password-reset-model contains an Eloquent model for the password_resets
table as created by the default Larvel installation.
Installation
$ composer require repat/laravel-password-reset-model
Documentation
All fields are fillable ($guarded = []
).
Relationship / Attributes
If you've kept the standard FQCN for Laravels User Model (\App\Model\User::class
) you can use the ->user
relationship or extend this model and override the user()
method.
License
- MIT, see LICENSE
Version
- Version 0.4
Contact
repat
- Homepage: https://repat.de
- e-mail: [email protected]
- Twitter: @repat123
All versions of laravel-password-reset-model with dependencies
PHP Build Version
Package Version
The package repat/laravel-password-reset-model contains the following files
Loading the files please wait ....