setTempDirectory(dirname(__FILE__) . '/temp'); $configurator->setLogDirectory(dirname(__FILE__) . '/temp'); // Other values $configurator->setTimeZone('Europe/Amsterdam'); $configurator->setDebugAddress('NONE'); // Implement the MVCR Component $configurator->addComponent(new \FuzeWorks\MVCRComponent()); // Create container $container = $configurator->createContainer(); // And return the result return $container;