vswteam / laravel-change-password
A Laravel package to change user password
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/vswteam/laravel-change-password
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-09-26 07:27:01 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.