File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,9 @@ php artisan vendor:publish --provider="AndreasElia\PostmanGenerator\PostmanGener
27
27
28
28
## Configuration
29
29
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.
38
33
39
34
## Usage
40
35
You can’t perform that action at this time.
0 commit comments