CodeIgniter Forums
How to integrate Bootstrap in CodeIgniter? - 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: How to integrate Bootstrap in CodeIgniter? (/showthread.php?tid=88275)



How to integrate Bootstrap in CodeIgniter? - LarayaTaryar - 08-16-2023

I've set up a CodeIgniter project and incorporated the Bootstrap library via composer. I utilized "composer create-project CodeIgniter/framework [project-name]" for the CodeIgniter installation and "composer require twbs/bootstrap" for Bootstrap. Now, how do I compile the project?I've set up a CodeIgniter project and incorporated the Bootstrap library via composer. I utilized "composer create-project CodeIgniter/framework [project-name]" for the CodeIgniter installation and "composer require twbs/bootstrap" for Bootstrap. Now, how do I compile the project? How can I integrate Bootstrap into the view folder? Additionally, what's the deployment process once the project is finished?