]> _ Git - pmi.git/commitdiff
wip #3274 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 7 Jan 2020 19:07:14 +0000 (20:07 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 7 Jan 2020 19:07:14 +0000 (20:07 +0100)
bootstrap/app.php
config/app.php

index 037e17df03b0598d7bbd27ed333312e8e337fb1b..8d4e15eee919d214ef73f7d382a1ddb2ace7980a 100644 (file)
@@ -11,7 +11,7 @@
 |
 */
 
-$app = new Illuminate\Foundation\Application(
+$app = new Cubist\Backpack\Application(
     $_ENV['APP_BASE_PATH'] ?? dirname(__DIR__)
 );
 
index fc0bb7affa6c8d4c4d9999a70fd6ca5529e2d66f..03aae891bfdc7952c711361e64171cf3e3ba3136 100644 (file)
@@ -28,6 +28,13 @@ return [
 
     'env' => env('APP_ENV', 'production'),
 
+
+    /*
+     * Variants
+     */
+
+    'variants' => env('APP_VARIANTS', '') === '' ? [] : explode(',', env('APP_VARIANTS')),
+
     /*
     |--------------------------------------------------------------------------
     | Application Debug Mode