Skip to content

Commit

Permalink
Adding import OpenApi\Annotations tip (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
greggunner authored May 15, 2024
1 parent cee6319 commit 2497480
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ Swagger-php
======================
The actual Swagger spec is beyond the scope of this package. All SwaggerLume does is package up swagger-php and swagger-ui in a Laravel-friendly fashion, and tries to make it easy to serve. For info on how to use swagger-php [look here](http://zircote.com/swagger-php/). For good examples of swagger-php in action [look here](https://github.com/zircote/swagger-php/tree/master/Examples/petstore.swagger.io).

**Important:** Make sure that you add the include statement on all pages with annotations!

```
use OpenApi\Annotations as OA;
```

## Support on Beerpay
Hey dude! Help me out for a couple of :beers:!

Expand Down

0 comments on commit 2497480

Please sign in to comment.