This commit is contained in:
Deon George
2017-08-06 09:53:57 +10:00
parent d7f6bde3a5
commit c7e2a6866e
60 changed files with 70970 additions and 529 deletions

View File

@@ -57,6 +57,12 @@ return [
'themes' => [
'adminlte-be' => [
'extends' => null,
'views-path' => 'backend/adminlte',
'asset-path' => 'theme/backend/adminlte',
],
'metronic-fe' => [
'extends' => null,
'views-path' => 'frontend/metronic',
@@ -69,6 +75,12 @@ return [
'asset-path' => 'theme/backend/metronic',
],
'sbadmin-be' => [
'extends' => null,
'views-path' => 'backend/sbadmin',
'asset-path' => 'theme/backend/sbadmin',
],
],
];