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
This command will scan your applications routes for the URIs matching `api/v1/*` and will parse these controller methods and form requests. For example:
@@ -70,7 +70,7 @@ Option | Description
70
70
By default, this package returns the descriptions in english. You can publish the packages language files, to customise and translate the documentation output.
71
71
72
72
```sh
73
-
$ php artisan vendor:publish
73
+
php artisan vendor:publish
74
74
```
75
75
76
76
After the files are published you can customise view, styles or translate the descriptions in the language you want by renaming the `en` folder and editing the files in `public/vendor/apidoc/resources/lang`.
@@ -199,13 +199,13 @@ If your API route accepts a `GET` method, this package tries to call the API rou
199
199
If your API needs an authenticated user, you can use the `actAsUserId` option to specify a user ID that will be used for making these API calls:
0 commit comments