Composer + Autoload

Hi,
I plan to finally use Fuel CMS and I wonder what is best practice to load 3rd party libraries with composer.

I saw that there is a switch in CI config.php $config['composer_autoload'] = TRUE; and the option to save the vendor folder in /application/ (or anywhere else).

Does FUEL work with those settings? Means, can I call a class from a 3rd party lib in a Fuel module?

Thanks, Marcus

Comments

Sign In or Register to comment.