Skip to content

feat: Add optional APP_LOGO branding to the scaffold - #19

Open
ek9r wants to merge 1 commit into
tempestphp:mainfrom
ek9r:logo
Open

feat: Add optional APP_LOGO branding to the scaffold#19
ek9r wants to merge 1 commit into
tempestphp:mainfrom
ek9r:logo

Conversation

@ek9r

@ek9r ek9r commented Sep 7, 2026

Copy link
Copy Markdown

Give the Tempest scaffold a small colour refresh and add support for an optional APP_LOGO environment variable.

When configured, the logo is rendered above the Tempest heading on the home page.

The logo can be configured through the environment (.env):

APP_TITLE="TempestPHP"
APP_LOGO="/img/TempestPHP-1024.png"

If APP_LOGO is not set, no logo is rendered.

And, well… a little fresh breeze never hurt the PHP elephant. 🐘💨


What changed?

  • Added optional APP_LOGO support to the homepage view and refreshed colours
  • Added APP_LOGO (and APP_TITLE) to .env.example
  • Added logo files to public/img/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant