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

Opulido's avatar

Full AdminLTE on Laravel Boilerplate

Hi all,

I just installed the Laravel Boilerplate from laravel-boilerplate.com by Anthony Rappa which installs a stripped down version of the AdminLTE theme. How can I installed the full version of the theme so that I can see all the components and use them.

Regards

0 likes
6 replies
ejdelmonico's avatar

Do a fresh install of Laravel 5.5 and then composer require "almasaeed2010/adminlte=~2.4".

Opulido's avatar

Thank you! Will that be the same procedure for the Gentelella Theme, I mean, using composer?

Regards

Opulido's avatar

I did a fresh install of Laravel 5.5 and ran the composer command to get the adminlte installed.

@ejdelmonico , I am still getting the Laravel basic home page. Do I need to add auth to it?

Regards,

ejdelmonico's avatar

The admin panel is universal so if you look through the sample pages and read comments, you can get an idea of what required. You could write your own auth controllers or just take the html from the examples and alter them for Laravel auth.

Opulido's avatar

Thank you. I have been looking for a tutorial or a video that explains in detailed how to create an admin panel and how to add components to it abd the users panel etc. I am able to find piece of information.

For what I understand, an admin panel like AdminLTE or Gentelella helps you create the design for all the pages that will be available on your app, that is creating a page that contains graphs and tables and pieces of information, that is designing the views. Then one can add the vide to provide the data for those components.

Any more comments will be appreciated

Please or to participate in this conversation.