Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Propaganistas authored Aug 10, 2020
1 parent 0f4c7bd commit da031d7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,7 @@ composer require propaganistas/laravel-phone

### Laravel

If you don't use auto-discovery, open up your app config and add the Service Provider to the `$providers` array:

```php
'providers' => [
...
Propaganistas\LaravelPhone\PhoneServiceProvider::class,
],
```
The Service Provider gets discovered automatically.

In your languages directory, add an extra line for each language file:

Expand Down

0 comments on commit da031d7

Please sign in to comment.