You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -29,10 +29,10 @@ To use the command simply run:
29
29
php artisan export:postman
30
30
```
31
31
32
-
You can also supply the `--structured`option to nest the routes into folders based on their name, or `--bearer` to create a bearer authorization token which can be managed in a single place within variables.
33
-
34
-
The output Postman collection will have a `base_url` variable set by default for ease of use.
32
+
-`--structured`generates routes in folders based on their namespace
33
+
-`--bearer=<token>` generates a token variable in Postman for the specified token
34
+
-`--base-url=<base_url>` defaults to https://api.example.com/ unless specified
35
35
36
36
## Contributing
37
37
38
-
You're more that welcome to submit a pull request, or if you're not feeling up to it - create an issue so someone else can pick it up.
38
+
You're more than welcome to submit a pull request, or if you're not feeling up to it - create an issue so someone else can pick it up.
0 commit comments