Development
How to check for incorrect env usage in Laravel with Pest
If you're using Laravel, then you should be familiar with the env() helper. This helper allows you to get the values from your .env file, or set a value if one doesn't exist. You should only be calling env() in config files though. When you run