feat: add Plugins module with base files for plugins architecture

This commit is contained in:
Yassine Doghri
2024-04-28 17:14:45 +00:00
parent 3fd5efc795
commit 7253e13ac2
13 changed files with 174 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ return ECSConfig::configure()
->withPaths([
__DIR__ . '/app',
__DIR__ . '/modules',
__DIR__ . '/plugins',
__DIR__ . '/themes',
__DIR__ . '/tests',
__DIR__ . '/public',