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
- Ability to override the controller `@group` from the method. (https://github.com/mpociot/laravel-apidoc-generator/pull/372)
24
+
- Ability to use a custom logo (https://github.com/mpociot/laravel-apidoc-generator/pull/368)
24
25
25
26
### Changed
26
27
- Moved from command-line options to a config file (https://github.com/mpociot/laravel-apidoc-generator/pull/362)
27
28
- Commands have been renamed to the `apidoc` namespace (previously `api`). (https://github.com/mpociot/laravel-apidoc-generator/pull/350)
28
29
- The `update` command has been renamed to `rebuild` and now uses the output path configured in the config file. (https://github.com/mpociot/laravel-apidoc-generator/pull/370)
29
30
-`@resource` renamed to `@group` (https://github.com/mpociot/laravel-apidoc-generator/pull/371)
31
+
- Added more configuration options for response calls (https://github.com/mpociot/laravel-apidoc-generator/pull/377)
30
32
31
33
### Fixed
32
34
33
35
### Removed
36
+
- FormRequest parsing is no longer supported (https://github.com/mpociot/laravel-apidoc-generator/pull/362)
0 commit comments