📙
QuickAdminPanel
  • QuickAdminPanel Docs
  • Quick Start: Creating Panel
    • Creating a Simple CRUD
    • Radio/Checkbox/Select Fields
    • Relationships fields: belongsTo/belongsToMany
    • File/Photo Upload Fields
    • Date/Time Picker Fields
    • Multi-language Projects
    • API Generator
    • Roles and Permissions
    • How to Change Design Template/Theme
  • Using the Generated Code
    • Download Code and Install on Your Web-Server
    • Push Code to Your Github
    • Edit Code and Merge Changes
    • What Files are Inside the CRUD
  • Modules
    • Modules Overview
    • AJAX Datatables
    • System Calendar
    • Audit Changes Logs
    • Dashboard and Reports
    • Multi-Tenancy
    • CSV Import
    • Global Search
    • User Registration
    • Internal Messages
    • Change Notifications
    • Tasks + Calendar
    • Courses LMS
    • CRUD Templates Modules
  • Customizing the Code
    • Datatables Customizations
    • Upgrade Laravel version
    • Dependent Dropdowns: Parent-Child
    • Add Front User Without Admin Permissions
    • How to Add Mass Actions to Datatable
  • Vue.js + Laravel API Version
    • QuickAdminPanel: Vue.js+Laravel Version
    • What Files are Inside Vue.js+Laravel CRUD?
    • Installing Downloaded Vue.js+Laravel Panel
  • Livewire + Tailwind Version
    • QuickAdminPanel: Livewire+Tailwind Version
    • What Files are Inside Livewire+Tailwind CRUD?
    • Installing Downloaded Livewire+Tailwind Panel
Powered by GitBook
On this page
  • CoreUI: How to upgrade to CoreUI Pro?
  • How to Change Theme to Some Other One?
  • Are you planning to release new themes?
  1. Quick Start: Creating Panel

How to Change Design Template/Theme

PreviousRoles and PermissionsNextDownload Code and Install on Your Web-Server

Last updated 3 years ago

At the time of writing, you can choose one of three adminpanel design themes:

  • :

  • :

You can choose one of the themes when creating the panel, but then, at any time, you can change the theme in settings:

A few disclaimers:

  1. As we use the theme "as is", we are not responsible for any front-end issues in their code, check their Github issues and documentation.

  2. We are using only the minimum amount of elements from those themes - only overall design, forms, tables, so things needed for adminpanel. If you want to use more elements from the original theme, read the documentation on their page.

CoreUI: How to upgrade to CoreUI Pro?

How to Change Theme to Some Other One?

It's very individual. From the time of working with Bootstrap-based themes, we found out that only on the surfaces they are similar, deep down under the hood many elements are structured and named differently, so there's no "simple change" of the theme, you need to do it manually based on the docs of current and your desired theme.

Are you planning to release new themes?

We had a few ideas for new themes, like Material Design, but after a while we realized that it takes us a lot of time to adopt (and support!) the new theme, so we better spend those weeks working on the back-end functionality of the Laravel generator, which is our overall mission.

Maybe in the future we will focus more on the design and front-end side of things, if we feel that customers demand this.

We are using the exact version (vX.Y.Z) of the theme that is hard-coded in our generator, so if they release some upgrades, it's not automatically reflected on our side. We even had , breaking the panels for our customers. We are trying to monitor such possible issues and fix them as quickly as possible.

Within our license boundaries, we are using Free version of all themes, including CoreUI. Unfortunately, we don't have any tutorial for the upgrade to Pro. Please .

That said, all themes are based on , so naming of classes should remain almost the same, that should help you in the process.

In older version of QuickAdminPanel, in 2017, we had released a tutorial: . It is now outdated, but it should give you an overall impression, on what work is included in changing the Bootstrap theme.

AdminLTE v2
incident with CoreUI that moved their CDN to a newer v3 version
check their documentation
Bootstrap
Changing QuickAdminPanel theme: from AdminLTE to Gentelella
CoreUI v3
AdminLTE v3