vswteam / laravel-change-password
A Laravel package to change user password
1.0.0
2022-03-25 23:52 UTC
Requires
- php: ^7.3|^8.0|^8.1
- illuminate/auth: ^6.0|^7.0|^8.0|^9.0
- illuminate/container: ^6.0|^7.0|^8.0|^9.0
- illuminate/contracts: ^6.0|^7.0|^8.0|^9.0
- illuminate/database: ^6.0|^7.0|^8.0|^9.0
Requires (Dev)
- orchestra/testbench: ^5.0|^6.0|^7.0
- phpunit/phpunit: ^9.4
This package is auto-updated.
Last update: 2025-03-26 06:17:47 UTC
README
php artisan password:change <account> <password>
Installation
You can install the package via composer:
composer require vswteam/laravel-change-password
Usage
php artisan password:change <account> <password>
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
License
The MIT License (MIT). Please see License File for more information.