add('Warp', __DIR__.'/warp/src'); $loader->add('Warp\Joomla', __DIR__.'/warp/systems/joomla/src'); $loader->register(); // set config $config = new Repository; $config->load(__DIR__.'/warp/config.php'); $config->load(__DIR__.'/warp/systems/joomla/config.php'); $config->load(__DIR__.'/config.php'); // set warp $warp = new Warp(compact('loader', 'config')); $warp['system']->init(); } return $warp;