Reminder for Laravel devs 🚨
Don’t use `env()` outside config files.
Works locally, breaks with `config:cache`.
Use `config()` instead.
Add Pest Arch or Larastan to catch it early; even AI gets this wrong 🤖
Back