diff --git a/config/modules.php b/config/modules.php index fa118b64..134ae83a 100644 --- a/config/modules.php +++ b/config/modules.php @@ -83,9 +83,10 @@ return [ */ 'scan' => [ - 'enabled' => false, + 'enabled' => true, 'paths' => [ - base_path('vendor/*/*'), + base_path('Modules/*/*'), + //base_path('vendor/*/*'), ], ], /*