Download the PHP package winnie/laravelchangepassword without Composer
On this page you can find all versions of the php package winnie/laravelchangepassword. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download winnie/laravelchangepassword
More information about winnie/laravelchangepassword
Files in winnie/laravelchangepassword
Package laravelchangepassword
Short Description :Laravel framework change password functionality.
License MIT
Homepage https://github.com/winex01/laravelchangepassword
Informations about the package laravelchangepassword
LaravelChangePassword
Laravel framework change password functionality. I assume you use built-in laravel authentication / laravel ui.
Installation
-
Require the Package via Composer
-
Then add the service provider to
config/app.php
. In Laravel versions 5.5 and beyond, this step can be skipped if package auto-discovery is enabled. - Publish the configuration file:
Usage
Add this to your routes/web.php
You can visit this route for change password your-website/password/change
You can also use this route name
Example:
You can edit the config file to change settings at config/laravelchangepassword.php
.
If you want to override views, navigate to resources/views/vendor/winnie/auth/passwords/change.blade.php
If you want to include beautiful toaster notification add this blade directives below.
Change log
Please see the changelog for more information on what has changed recently.
Todo
Create test
Testing
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email author email instead of using the issue tracker.
Credits
- Winnie A. Damayo
- All Contributors
License
MIT.