Archived
1
0
Fork 0

Add default logo and make it configureable via env variable

This commit is contained in:
Henrik Hautakoski 2026-02-25 14:31:21 +01:00
parent f561332507
commit 642aef33bd
3 changed files with 10 additions and 1 deletions

View file

@ -15,6 +15,14 @@ return [
'name' => env('APP_NAME', 'Bingo'),
/*
|--------------------------------------------------------------------------
| Application Logo
|--------------------------------------------------------------------------
*/
'logo' => env('APP_LOGO', 'default'),
/*
|--------------------------------------------------------------------------
| Application Environment