⚙️Generate OpenAPI

$ php artisan openapi:generator {prefix=api} {--output=}

By default we'll pick all the route under the api namespace and the YAML will be outputted in the storage folder as openapi.yaml.

Last updated