module config scans

This commit is contained in:
Nabeel Shahzad 2017-12-05 20:54:07 -06:00
parent e0bfd78b0b
commit 43896b824a

View File

@ -83,9 +83,10 @@ return [
*/ */
'scan' => [ 'scan' => [
'enabled' => false, 'enabled' => true,
'paths' => [ 'paths' => [
base_path('vendor/*/*'), base_path('Modules/*/*'),
//base_path('vendor/*/*'),
], ],
], ],
/* /*