Initial new theme ArchitectUI
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user