Currently, I am delving into the world of web development and experimenting with integrating the COREui 4.0.1 Bootstrap admin template within an existing Symfony 5.3 project instead of utilizing standard Bootstrap 5 components and utilities. My goal is to achieve a similar look to .
The Symfony project was initialized using the command
symfony new my_project_name --full
. Following that, I added Bootstrap CSS from https://getbootstrap.com/docs/5.0/getting-started/introduction/#css, and Bootstrap JS through https://getbootstrap.com/docs/5.0/getting-started/introduction/#bundle in my base.html.twig file.
The steps taken were as follows:
- Creation of a new controller
- Development of an associated view using a twig template
- Substitution of Bootstrap JS with and replacement of CSS with in my base.html.twig file
My initial expectation was:
- Upon accessing the controller/view, the appearance would mirror
The actual outcome turned out to be:
- Minimal styling adjustments (from COREui as opposed to original Bootstrap) without any structural modifications