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.
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.
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.