Level 7
Take look at Package Development - Public Assets in the Documentation.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
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 ?
Please or to participate in this conversation.