Skip to content

Feature/support using namespae prefixes exluding clean controller #497

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: PHP-8.x
Choose a base branch
from

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