`[configuration options]`. * * Available options: * - onlyDebug: Load the plugin only in debug mode. Default false. * - onlyCli: Load the plugin only in CLI mode. Default false. * - optional: Do not throw an exception if the plugin is not found. Default false. */ return [ 'DebugKit' => ['onlyDebug' => true], 'Bake' => ['onlyCli' => true, 'optional' => true], 'Migrations' => ['onlyCli' => true], // Additional plugins here ];