JasonBaier / ci3-fire-starter

NOW THAT CODEIGNITER 4 HAS BEEN RELEASED, THIS PROJECT WILL NOT BE UPDATED ANYMORE. CI3 Fire Starter is a CodeIgniter3 skeleton application that includes jQuery and Twitter Bootstrap. It is intended to be light weight, minimalistic and not get in your way of building great CodeIgniter 3 applications.
MIT License
153 stars 154 forks source link

can't add composer packet #31

Closed satrioaw closed 7 years ago

satrioaw commented 7 years ago

I trying add composer packet

https://github.com/raveren/kint/

with

composer require raveren/kint

and I already enable in application/config/config.php

with

$config['composer_autoload'] = TRUE;

but when I load the application this composer packet aren't work and another packet I add on from composer, any suggestion or idea ?

and downloaded packet not in

/application/vendor

but in main folder,

i made solution this

https://github.com/JasonBaier/ci3-fire-starter/pull/32

maybe you have another good solution

JasonBaier commented 7 years ago

CI 3 is supposed to have this handled in the $config['composer_autoload'] setting (https://www.codeigniter.com/user_guide/general/autoloader.html). I believe the article you referenced applies only to CI 2 or older. Closing.