AdminLTE does not take the css

-1

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 ...

                          

    
asked by Francisco Cortez 15.12.2017 в 16:34
source

1 answer

0

I use a Linux distro (ELementay OS) the problem was in the permissions just run these commands from the terminal: find. -type d -exec chmod 755 {} \; and find. -type f -exec chmod 644 {} \; for this you must first open the location of your site and then at the root of it execute the two commands that I share .... if you have the same problem I hope it helps you ..

    
answered by 15.12.2017 в 18:48