# Functions
Get returns the current mode of the application.
IsDebug returns true if the application is in development or test mode.
IsDevelopment returns true if the application is in development mode.
IsProduction returns true if the application is in production mode.
IsTest returns true if the application is in test mode.
SetEnv sets the Env of the application.
# Variables
Env is the current Env of the application.