Skip to content

Commit

Permalink
docs: add configuration file information
Browse files Browse the repository at this point in the history
  • Loading branch information
astersnake committed Jan 13, 2023
1 parent 4afa002 commit 25f33e8
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Chile Localized Providers for Faker

The provider includes a wide variety of data sets, including Chilean regions, provinces, and municipalities, as well as popular Chilean names, addresses, and phone numbers.
The provider includes a wide variety of data sets for fzaninotto/Faker, including Chilean regions, provinces, and municipalities, as well as popular Chilean names, addresses, and phone numbers.

## Installation

Expand All @@ -20,6 +20,15 @@ for ($i = 0; $i < 3; $i++) {
}
```

## Add locale to configuration file

If you want to use the locale in your Laravel project, you can add it to the app configuration file.

```php
// config/app.php
'faker_locale' => 'es_CL',
```

## Testing

```bash
Expand Down

0 comments on commit 25f33e8

Please sign in to comment.