From 63a403912362654962654e30cec695128d418987 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 14 Nov 2018 14:36:47 -0600 Subject: [PATCH] add asset url configuration option --- config/app.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/app.php b/config/app.php index 01081dca..57ee5b75 100644 --- a/config/app.php +++ b/config/app.php @@ -54,6 +54,8 @@ 'url' => env('APP_URL', 'http://localhost'), + 'asset_url' => env('ASSET_URL', null), + /* |-------------------------------------------------------------------------- | Application Timezone