v0.4.1
Fix for production deploys where a .env without APP_ENV silently flipped the environment to development.
Highlights
- Dotenv
APP_ENVdefault aligned with host check —boot/app.phpno longer hardcodes'development'; it uses the same localhost detection asconfig/app.php(Env::isLocalhost()), so non-localhost deploys withoutAPP_ENVstay production
See CHANGELOG.md for the full list.