feat(Search): base module

This commit is contained in:
2025-04-20 13:55:00 -05:00
parent e720ca05f4
commit f8667af685
10 changed files with 1556 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
controllers:
controllersIndex:
resource:
path: ../src/Controller/
namespace: App\Controller
type: attribute
controllersSearch:
resource:
path: ../src/Search/Framework/Controller
namespace: App\Search\Framework\Controller
type: attribute