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: docs/description.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# How This Works
2
2
3
-
After installing this package and runing the command `php artisan apidoc:generate` in your application, here's what happens:
3
+
After installing this package and running the command `php artisan apidoc:generate` in your application, here's what happens:
4
4
5
5
- The package fetches all your application's routes.
6
6
- It looks through your [configuration file](config.md) to filter the routes to the ones you actually want to document. For each route, it retrieves the settings you want to apply to it, if any.
0 commit comments