Download the PHP package mjelamanov/laravel-auth-password without Composer
On this page you can find all versions of the php package mjelamanov/laravel-auth-password. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mjelamanov/laravel-auth-password
More information about mjelamanov/laravel-auth-password
Files in mjelamanov/laravel-auth-password
Download mjelamanov/laravel-auth-password
More information about mjelamanov/laravel-auth-password
Files in mjelamanov/laravel-auth-password
Vendor mjelamanov
Package laravel-auth-password
Short Description A laravel authenticated user's password validator.
License MIT
Package laravel-auth-password
Short Description A laravel authenticated user's password validator.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-auth-password
Laravel auth password
This package allows you to validate an authenticated user's password. For laravel 6.0 and above please use the native password rule.
Table of Contents
- Requirements
- Installation
- Use rule
- Use extension
Requirements
- PHP 7.1 or above.
- Laravel 5.8 or 6.0.
Installation
Don't forget to add the translation key bellow to your app's lang files.
Use rule
Create a rule instance via RuleFactoryInterface.
You can specify a different guard name.
Use extension
You may use the validation extension also.
You can also specify a different guard name.
All versions of laravel-auth-password with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
illuminate/validation Version ^5.8 || ^6.0
illuminate/container Version ^5.8 || ^6.0
illuminate/support Version ^5.8 || ^6.0
illuminate/translation Version ^5.8 || ^6.0
illuminate/validation Version ^5.8 || ^6.0
illuminate/container Version ^5.8 || ^6.0
illuminate/support Version ^5.8 || ^6.0
illuminate/translation Version ^5.8 || ^6.0
The package mjelamanov/laravel-auth-password contains the following files
Loading the files please wait ....