首先,我是Symfony / Laravel / October应用程序的新手。
我正在使用很多主题/插件/组件功能(以及纯粹的Laravel),我想知道当我禁用“System”时会发生什么(技术上){> 1}中的em>,“Backend”和/或“Cms”模块。
/*
|--------------------------------------------------------------------------
| Determines which modules to load
|--------------------------------------------------------------------------
|
| Specify which modules should be registered when using the application.
|
*/
'loadModules' => ['System', 'Backend', 'Cms'],
答案 0 :(得分:0)
将会发生什么,“技术上”是该模块将被禁用且不会加载。如果你禁用“系统”,那么没有什么可以工作,因为这两个模块都依赖于它,但是如果你不需要Cms模块(即你只是使用10月作为后端和插件来处理API)那么你可以做到这一点。