CodeIgniter Forums
View Path Change? - 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: View Path Change? (/showthread.php?tid=78634)



View Path Change? - savasdersimcelik - 02-18-2021

I want to call view files from a different folder. Is there any way to do this?


RE: View Path Change? - InsiteFX - 02-18-2021

CodeIgniter 4 you can change the view path in the Config/Paths.php file bottom line.


RE: View Path Change? - savasdersimcelik - 02-19-2021

thanks bro