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

extrakun's avatar

Are there sites that sell themes ready for Laravel?

While there are many vanilla HTML/CSS themes out there, taking those and making them work with Laravel takes some times. I am wondering if there are any theme sites that sell themes with out-of-the-box support for Laravel - that will be a great help.

0 likes
6 replies
IsaacBen's avatar

What support exactly do you need for Laravel? The views are the same, you just define in the controller how to use them. Just pick a bootstrap template and you'll be fine.

extrakun's avatar

Some themes come with PHP code to set up menus and dynamic navigation, and those code that has to be repeated throughout the entire project. The more elaborate themes may require view composers, and it takes time to figure out how to incorporate the theme's original PHP code into blade/view composers etc.

Of course it can be done; I am just looking for themes that are ready to be used with Laravel without having to figure out how it works.

pmall's avatar

Laravel is not a CMS, there is no notion of themes with it.

pmall's avatar

This is a bootstrap theme, there is many bootstrap themes around there

Please or to participate in this conversation.