Update theme support

This commit is contained in:
Dane Everitt 2016-02-05 23:27:43 -05:00
parent 55aa06a6b2
commit 3df694b618
64 changed files with 142 additions and 121 deletions

View file

@ -156,7 +156,7 @@ return [
PragmaRX\Google2FA\Vendor\Laravel\ServiceProvider::class,
igaster\laravelTheme\themeServiceProvider::class,
Prologue\Alerts\AlertsServiceProvider::class,
Krucas\Settings\Providers\SettingsServiceProvider::class
Krucas\Settings\Providers\SettingsServiceProvider::class,
],
@ -209,7 +209,7 @@ return [
'Settings' => Krucas\Settings\Facades\Settings::class,
'Session' => Illuminate\Support\Facades\Session::class,
'Storage' => Illuminate\Support\Facades\Storage::class,
'Theme' => igaster\laravelTheme\Facades\Theme::class,
'Theme' => igaster\laravelTheme\Facades\Theme::class,
'URL' => Illuminate\Support\Facades\URL::class,
'Uuid' => Webpatser\Uuid\Uuid::class,
'Validator' => Illuminate\Support\Facades\Validator::class,

View file

@ -2,7 +2,7 @@
return [
'enabled' => true,
'themes_path' => realpath(base_path('resources/themes')),
'themes_path' => realpath(base_path('resources/themes')),
'asset_not_found' => 'LOG_ERROR',
'active' => 'default',
@ -13,4 +13,4 @@ return [
'asset-path' => 'themes/default',
],
],
];
];