added database driven system configurations with admin screen (#647)
This commit is contained in:
@@ -135,6 +135,10 @@ class Kernel extends BaseKernel
|
||||
|
||||
// load plugin routes
|
||||
$pluginsDir = $this->getProjectDir() . '/var/plugins';
|
||||
if (!file_exists($pluginsDir)) {
|
||||
return;
|
||||
}
|
||||
|
||||
$routes->import($pluginsDir . '/*Bundle/Resources/config/routes' . self::CONFIG_EXTS, '/', 'glob');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user