Add laravel-theme support for future usage

This commit is contained in:
DariusIII
2018-03-05 15:16:18 +01:00
parent a3c75bad0c
commit 63023b60f5
5 changed files with 166 additions and 1 deletions
+2
View File
@@ -164,6 +164,7 @@ return [
Xethron\MigrationsGenerator\MigrationsGeneratorServiceProvider::class,
Orangehill\Iseed\IseedServiceProvider::class,
Intervention\Image\ImageServiceProvider::class,
Igaster\LaravelTheme\themeServiceProvider::class,
],
@@ -214,6 +215,7 @@ return [
'URL' => Illuminate\Support\Facades\URL::class,
'Validator' => Illuminate\Support\Facades\Validator::class,
'View' => Illuminate\Support\Facades\View::class,
'Theme' => Igaster\LaravelTheme\Facades\Theme::class,
],