Skip to content

Support custom paths and namespaces in make-filter command - #61

Merged
kettasoft merged 4 commits into
masterfrom
feat/custom-filter-generator
Sep 7, 2026
Merged

Support custom paths and namespaces in make-filter command#61
kettasoft merged 4 commits into
masterfrom
feat/custom-filter-generator

Conversation

@kettasoft

Copy link
Copy Markdown
Owner

Summary

Add support for generating filter classes in custom directories and namespaces.

Changes

  • Add --path option to override the target directory
  • Add --namespace option to override the generated namespace
  • Support relative, absolute, and Windows-style paths
  • Normalize forward slashes in namespaces
  • Validate class names and namespaces before creating files
  • Use the Eloquent Builder contract in generated filters
  • Update configuration comments, README, and CLI documentation
  • Add feature tests for custom generation and invalid identifiers

@kettasoft kettasoft self-assigned this Sep 7, 2026
@kettasoft kettasoft added the feature New feature label Sep 7, 2026
@kettasoft
kettasoft merged commit 551d916 into master Sep 7, 2026
1 check passed
@kettasoft
kettasoft deleted the feat/custom-filter-generator branch September 7, 2026 03:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant