Add App Logo (#1104)

* Add `app.logo` to `Settings`

* Use `app.name` if `app.logo` is null
This commit is contained in:
MartinOscar
2025-03-17 13:28:32 +01:00
committed by GitHub
parent 0b3dce132f
commit f2f3ee548f
3 changed files with 21 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
return [
'name' => env('APP_NAME', 'Pelican'),
'logo' => env('APP_LOGO', '/pelican.svg'),
'logo' => env('APP_LOGO'),
'favicon' => env('APP_FAVICON', '/pelican.ico'),
'version' => 'canary',