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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
This package allows you to create a single specification for your Laravel application that will register routes and validate all requests your API receives as well as all responses that you generate.
9
9
10
-
The OpenAPI development experience in PHP feels disjoint...
10
+
The [OpenAPI](https://github.com/OAI/OpenAPI-Specification) development experience in PHP feels disjoint...
11
11
12
12
* I can update my OpenAPI specification with no impact on the actual implementation, leaving room for drift.
13
13
* I can try and glue them together with process and custom tooling, but I feel like I'm gluing 40,000 pieces of the internet together and it's different for each project
0 commit comments