Browse Source

add asset url configuration option

Taylor Otwell 5 years ago
parent
commit
63a4039123
1 changed files with 2 additions and 0 deletions
  1. 2 0
      config/app.php

+ 2 - 0
config/app.php

@@ -54,6 +54,8 @@ return [
 
 
     'url' => env('APP_URL', 'http://localhost'),
     'url' => env('APP_URL', 'http://localhost'),
 
 
+    'asset_url' => env('ASSET_URL', null),
+
     /*
     /*
     |--------------------------------------------------------------------------
     |--------------------------------------------------------------------------
     | Application Timezone
     | Application Timezone