Download the PHP package laravolt/password without Composer
On this page you can find all versions of the php package laravolt/password. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download laravolt/password
More information about laravolt/password
Files in laravolt/password
Download laravolt/password
More information about laravolt/password
Files in laravolt/password
Vendor laravolt
Package password
Short Description Laravel password extended
License MIT
Homepage https://github.com/laravolt/password
Package password
Short Description Laravel password extended
License MIT
Homepage https://github.com/laravolt/password
Please rate this library. Is it a good library?
Informations about the package password
laravolt/password
Laravel password extended
Installation
Install Package
composer require laravolt/password
Publish Migrations
php artisan vendor:publish --tag=migrations --provider="Laravolt\Password\ServiceProvider"
Usage
[todo]
Fitur
- Membuat password acak dengan berbagai metode
- Admin bisa mengganti password user dan mengirim password baru via email
- Admin bisa meminta user untuk mereset passwordnya
- Middleware untuk memaksa user mengganti password setelah jangka waktu tertentu
Metode pembuatan password bisa dipilih sesuai kebutuhan
secure
Lebih aman, cocok untuk dibagikan via email atau media lain yang tidak mudah hilang. Contoh: Akjd986&788*#dkD7
easy
Mudah diingat dan diucapkan, cocok untuk pembuatan password secara masal dan dibagikan secara verbal. Contoh: veruzavo, hanacaraka
All versions of password with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.3
illuminate/auth Version 5.6.*|5.7.*|5.8.*|^6.0
illuminate/support Version 5.6.*|5.7.*|5.8.*|^6.0
illuminate/database Version 5.6.*|5.7.*|5.8.*|^6.0
nesbot/carbon Version ^1.26.3 || ^2.0
illuminate/auth Version 5.6.*|5.7.*|5.8.*|^6.0
illuminate/support Version 5.6.*|5.7.*|5.8.*|^6.0
illuminate/database Version 5.6.*|5.7.*|5.8.*|^6.0
nesbot/carbon Version ^1.26.3 || ^2.0
The package laravolt/password contains the following files
Loading the files please wait ....