Initial new theme ArchitectUI

This commit is contained in:
Deon George
2020-09-02 00:17:33 +10:00
parent 7dc9ebf3a6
commit 0a541c1a36
10 changed files with 642 additions and 2 deletions

View File

@@ -27,6 +27,8 @@ class LeenooksServiceProvider extends ServiceProvider
$this->loadViewsFrom($this->_path.'/resources/themes/adminlte/views/', 'adminlte');
$this->loadTranslationsFrom($this->_path.'/resources/themes/adminlte/lang/', 'adminlte_lang');
$this->loadViewsFrom($this->_path.'/resources/themes/architect/views/', 'architect');
// Enable a Collect::recursive() function
\Illuminate\Support\Collection::macro('recursive', function () {
return $this->map(function ($value) {