Skip to content

Commit a283608

Browse files
authored
Update README to reflect L5.5 auto-discovery
1 parent 550a096 commit a283608

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,12 @@ To get the latest version of Laravel Password, simply add the following line to
2828

2929
You'll then need to run `composer install` or `composer update` to download it and have the autoloader updated.
3030

31-
Once Laravel Password is installed, you need to register the service provider. Open up `config/app.php` and add the following to the `providers` key.
32-
33-
* `Unicodeveloper\DumbPassword\DumbPasswordServiceProvider::class`
31+
- If you're on Laravel 5.5 or above, that's all you need to do! Check out the usage examples below.
32+
- If you're on Laravel < 5.5, you'll need to register the service provider. Open up `config/app.php` and add the following to the `providers` array:
3433

34+
```php
35+
Unicodeveloper\DumbPassword\DumbPasswordServiceProvider::class
36+
```
3537

3638
## Usage
3739

0 commit comments

Comments
 (0)