Skip to content

Conversation

PrintNow
Copy link
Contributor

@PrintNow PrintNow commented Jun 17, 2025

  • Add support for excluding controllers by namespace prefix using wildcard (*)
  • Add new property $whiteListPrefixes to store prefix patterns
  • Add new method shouldExcludeController to handle both exact and prefix matches

Example:
App\Http\Controllers\V2\* will exclude all controllers under V2 namespace

PrintNow added 2 commits June 17, 2025 19:22
- Add support for excluding controllers by namespace prefix using wildcard (*)
- Add new property `$whiteListPrefixes` to store prefix patterns
- Add new method `shouldExcludeController` to handle both exact and prefix matches

Example:
'App\Http\Controllers\V2\*' will exclude all controllers under V2 namespace
…ct match and prefix match, and support for wildcards (*).
@PrintNow PrintNow marked this pull request as draft June 17, 2025 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant