CodeIgniter Forums
Locate config folder outside of app folder? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30)
+--- Thread: Locate config folder outside of app folder? (/showthread.php?tid=78767)



Locate config folder outside of app folder? - Ukuser39 - 03-08-2021

Hi there,

I know there were workarounds for this in CI3 but how can I run one app with multiple calling sources each with their own different config files? 

I've posted the same question (with code) on Stackoverflow at https://stackoverflow.com/questions/66530046/move-config-folder-outside-of-app-in-ci4 but I've played around with the code and the minute you move the Config folder outside the App you suddenly need to pull in extras but its not really clear how you do that and what files are needed.

How does one move the Config folder outside of the App folder?

Thanks

Antony