Closed jenssegers closed 11 years ago
You can add the tdt/installer namespace to the autoloader so that you do not have to include/require files all the time. This adds flexibility and allows "lazy" class-loading.
$loader = require 'vendor/autoload.php'; $loader->add('tdt\\installer\\', ...);
You can add the tdt/installer namespace to the autoloader so that you do not have to include/require files all the time. This adds flexibility and allows "lazy" class-loading.