Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

anonymouse703's avatar

Admin LTE not working

Hello guys, I already installed my admin LTE via composer and it was place on the vendor folder, however when I tried to run the project the admin lte is not working.

I figured out that maybe the theme css was the problem since it was in the index.html of the adminlte and I didn't included it in my app.blade.php.

So here is from adminlte index.php

 <!-- Theme style -->
    <link rel="stylesheet" href="dist/css/adminlte.min.css">

How can I put the this css path which is located in my vendor?

Path: vendor/almasaeed2010/adminlte/dist/adminlte.min.css ?

0 likes
1 reply

Please or to participate in this conversation.