23-01-2026
This commit is contained in:
parent
07959c0ba2
commit
854ce02bf6
166 changed files with 32909 additions and 1262 deletions
|
|
@ -55,6 +55,19 @@ return [
|
|||
'url' => env('APP_URL', 'https://localhost'),
|
||||
'domain_name' => env('APP_DOMAIN_NAME', 'localhost'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Asset URL
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| This URL is used when generating asset URLs. By default, this is null
|
||||
| which means assets will be served from the same domain. For multi-domain
|
||||
| setups, this is dynamically overwritten by the ThemeServiceProvider.
|
||||
|
|
||||
*/
|
||||
|
||||
'asset_url' => env('ASSET_URL'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Application Timezone
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue