Skip to content

Commit

Permalink
Update Read ME
Browse files Browse the repository at this point in the history
  • Loading branch information
sagautam5 authored Aug 3, 2019
1 parent 3624980 commit 332b599
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

# Installation

```php
```sh
composer require sagautam5/changepassword
```

Expand All @@ -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')
```
Expand All @@ -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
```

Expand Down

0 comments on commit 332b599

Please sign in to comment.