First, I'm new in Symfony/Laravel/October apps.
I'm using a lot of themes/plugins/components features (and Laravel purely) and I want to known what (technically) will happen when i disable "System", "Backend" and/or "Cms" modules in config/cms.php
.
/*
|--------------------------------------------------------------------------
| Determines which modules to load
|--------------------------------------------------------------------------
|
| Specify which modules should be registered when using the application.
|
*/
'loadModules' => ['System', 'Backend', 'Cms'],