Autoloader::add_namespace('Cabinet\\DBAL',APPPATH.'vendor/cabinet/classes/Cabinet/DBAL/', true);
note that the trailing slash is required!
There's no need to add the classes, if the namespace is added correctly, adding it will only prevent a file system lookup.
thanks for your help.
If i want to call it without the namespace, i.e. just Carbon, can i use the add_core_namespace method to bring it into the core namespace, with no negative side effects? It looks like you're new here. If you want to get involved, click one of these buttons!