System Wide Autoloader
Usage
- Go to a project directory
- execute the run script
- You will be prompted & a new classmap will be generated
-
require()the generatedvendor/autoload.phpfile
You can also write a composer.json at depend/vendor/composer.json (inside this autoload repo) & run composer & those will be globally loaded, too.
Notes
- See
.cache/classmap.phpand.cache/global-autoload-dirs.phpfor cached paths.- For new system setups, just delete contents of both these files & start fresh