php-framework/config/core.php

27 lines
600 B
PHP
Raw Normal View History

<?php
return [
/*
|--------------------------------------------------------------------------
| Module Paths
|--------------------------------------------------------------------------
|
| Directories to scan for module Boot.php files with $listens declarations.
| Each path should be an absolute path to a directory containing modules.
|
| Example:
| 'module_paths' => [
| app_path('Core'),
| app_path('Mod'),
| ],
|
*/
'module_paths' => [
// app_path('Core'),
// app_path('Mod'),
],
];