From 332b599b74a7b27b01227b3975d2212dae875cbc Mon Sep 17 00:00:00 2001 From: Sagar Gautam Date: Sat, 3 Aug 2019 17:18:03 +0545 Subject: [PATCH] Update Read ME --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b986efd..14c6029 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ # Installation -```php +```sh composer require sagautam5/changepassword ``` @@ -32,7 +32,7 @@ composer require sagautam5/changepassword After installation, you can use the change password feature by sending get request to following route, -```php +```sh url : url('/changepassword') route: route('password.change.form') ``` @@ -43,19 +43,19 @@ After hitting above route or url, You will see a form like this: If you want to change the form layout then just run the following command in console -```php +```sh php artisan vendor:publish ``` Then, select following provider, -```php +```sh [-] Provider: Sagautam5\ChangePassword\ChangePasswordServiceProvider ``` Then you will see **change.blade.php** in the following path: -```php +```sh resources/views/vendor/changepassword/password/change.blade.php ```