Skip to content

Commit d7eaa4d

Browse files
authored
update readme
1 parent d7221ac commit d7eaa4d

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,9 @@ php artisan vendor:publish --provider="AndreasElia\PostmanGenerator\PostmanGener
2727

2828
## Configuration
2929

30-
You can modify the `api-postman.php` config values:
31-
32-
- `structured` - If you want folders to be generated based on route names.
33-
- `base_url` - The base URL for all of your endpoints.
34-
- `auth_middleware` - The middleware which wraps your authenticated API routes.
35-
- `headers` - The headers applied to all routes within the collection.
36-
- `enable_formdata` - Determines whether or not form data should be handled.
37-
- `formdata` - The key/values to requests for form data dummy information.
30+
You can modify any of the `api-postman.php` config values to suit your export requirements.
31+
32+
Click [here](/config/api-postman.php) to view the config attributes.
3833

3934
## Usage
4035

0 commit comments

Comments
 (0)