howto get a blueprint with different versions in the same output ?
Open
- Dominant language
- PHP
- Stars
- 9.4k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
i guess the answer will be "not possible" you have to use
```sh
php artisan api:docs --use-version=v1
php artisan api:docs --use-version=v2
php artisan api:docs --use-version=v3
```
but i wanted to ask anyway ;-)
Contributor guide
Assessment
This issue has not been assessed yet.