I find a problem, I want to configure my backend with the adminlte template but I do not take the css, I created the folder views inside it I created a file template.php in which I am entering the code of the template, also inside that folder I put the components, bower_components, and dist; I refer to those folders but do not take the css, I am working with the MVC and in my file template_controller I make an include to the view, and later in my index file I make a require to the controller and call my controller method that calls me the template ...