Skip to content

v0.4.1

Choose a tag to compare

@lemmon lemmon released this 03 Aug 08:14
· 15 commits to main since this release

Fix for production deploys where a .env without APP_ENV silently flipped the environment to development.

Highlights

  • Dotenv APP_ENV default aligned with host check — boot/app.php no longer hardcodes 'development'; it uses the same localhost detection as config/app.php (Env::isLocalhost()), so non-localhost deploys without APP_ENV stay production

See CHANGELOG.md for the full list.