Skip to content
/ Orbit Public

Bundle structure for assets / resources and class autoloading.

License

Notifications You must be signed in to change notification settings

ClanCats/Orbit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orbit

Bundle structure for assets / resources and class autoloading.

Register the Orbit autoloader

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\\');

About

Bundle structure for assets / resources and class autoloading.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages