TL;DR — We'll install dskripchenko/laravel-api , write one controller, and end up with a versioned API ( /api/v1/... ) and interactive OpenAPI 3. 0 docs at /api/doc — generated from the docblock you'd write anyway.

Source: [Dev.to](https://dev.to/dskripchenko/build-a-versioned-laravel-api-with-auto-generated-openapi-docs-in-10-minutes-2d19)

Sponsored