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

leostereo's avatar

adding a theme to my fresh laravel

hi guys. I need to create a "moked " view for a POC. So it should be enouh with a basic admin dashboard with a side panel options and crud operations. Is it there an official and easy to install theme for that ? better if it is bostrap based.

Any recomendation would be wellcome. Regards.

0 likes
5 replies
kokoshneta's avatar

What is a ‘moked view’? An admin dashboard with side panels and all doesn’t sound like any kind of ‘view’ in the Laravel sense, but it’s pretty much what Laravel Nova provides.

leostereo's avatar

@kokoshneta sorry , i mean static pages , it is just to show an idea that can become a real app in the future.

leostereo's avatar

Thank you both guys for the response. This is what i did ... and it is workin nice. I downloaded a free theme (nice admin) from bootstrap site: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/ Then I separated all sections and place them on my blade layout. Then I copied the asset folder into my public laravel folder and it is working. So , I can play with the sections and , if this become true ... ad logic , authentication and so .. What do you think about this aproach ... at least is working. Thanks.

Please or to participate in this conversation.