I\'ve followed this article: http://philsturgeon.co.uk/blog/2012/05/composer-with-codeigniter
But I get Fatal error: Class \'Buzz\\Browser\' not found.<
Fatal error: Class \'Buzz\\Browser\' not found
I'm using Kenjis codeigniter composer package, and it puts the vendor directory off of the root. Since there is no predefined constant (that I know of) for the root, I used the following:
$root = getcwd(); $config['composer_autoload'] = "$root/vendor/autoload.php";