CodeIgniter Forums
What is the right place for the vendor folder created by composer - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Installation & Setup (https://forum.codeigniter.com/forumdisplay.php?fid=9)
+--- Thread: What is the right place for the vendor folder created by composer (/showthread.php?tid=83104)



What is the right place for the vendor folder created by composer - Zazacilk Sasi - 09-20-2022

If you set CI3's 'composer_autoload' config value to TRUE, it will look for /application/vendor/autoload.php. However, you can choose to set it to a string containing the path to your autoloader, so your directory structure would work as well if you set the value to either the absolute path or
betflik