From 43896b824a8e75cc5aad842cd4cc1b2815ed4095 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Tue, 5 Dec 2017 20:54:07 -0600 Subject: [PATCH] module config scans --- config/modules.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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/*/*'), ], ], /*