Bundle structure for assets / resources and class autoloading.
ClanCats\Orbit\Manager::register([
'cache' => __DIR__ . '/cache/',
]);
Map the main orbit.
ClanCats\Orbit\Manager::map('main', __DIR__ . 'app/', '\\');
Add additional packages
ClanCats\Orbit\Manager::map('example.repositories', __DIR__ . 'example/', '\\Example\\Repos\\');