Set mix_url to be configurable with env vars

This commit is contained in:
David Bomba 2022-01-13 17:44:26 +11:00
parent 8f2f6f93ea
commit 08ac7478dd

View File

@ -53,7 +53,8 @@ return [
*/
'url' => env('APP_URL', 'http://localhost'),
'mix_url' => env('APP_URL', 'http://localhost'),
'mix_url' => env('MIX_ASSET_URL', env('APP_URL', null)),
/*
|--------------------------------------------------------------------------
| Application Timezone