learning_dotenv-safe

The dotenv-safe package ensures that all necessary environment variables are defined after reading from .env. These needed variables are read from .env.example, which should be commited along with your project.

If the env vars are not properly defined -> Error!