Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaselia authored Feb 22, 2021
1 parent d7221ac commit d7eaa4d
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,9 @@ php artisan vendor:publish --provider="AndreasElia\PostmanGenerator\PostmanGener

## Configuration

You can modify the `api-postman.php` config values:

- `structured` - If you want folders to be generated based on route names.
- `base_url` - The base URL for all of your endpoints.
- `auth_middleware` - The middleware which wraps your authenticated API routes.
- `headers` - The headers applied to all routes within the collection.
- `enable_formdata` - Determines whether or not form data should be handled.
- `formdata` - The key/values to requests for form data dummy information.
You can modify any of the `api-postman.php` config values to suit your export requirements.

Click [here](/config/api-postman.php) to view the config attributes.

## Usage

Expand Down

0 comments on commit d7eaa4d

Please sign in to comment.