We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced78cf commit 9b070e7Copy full SHA for 9b070e7
docs/generating-documentation.md
@@ -18,7 +18,7 @@ The generator automatically creates a Postman collection file, which you can imp
18
19
If you don't want to create a Postman collection, set the `postman.enabled` config option to false.
20
21
-The base URL added to the Postman collection will be the value of the `url` key in your Laravel `config/app.php` file.
+The base URL used in the Postman collection will be the value of the `base_url` key in your Laravel `config/apidoc.php` file.
22
23
## Manually modifying the content of the generated documentation
24
If you want to modify the content of your generated documentation without changing the routes, go ahead and edit the generated `index.md` file.
0 commit comments