Environment
in package
Table of Contents
Methods
- env() : string
- Returns the current environment.
- isProduction() : bool
- Checks if the environment is production or not.
- sslVerify() : bool
Methods
env()
Returns the current environment.
public
static env() : string
Return values
stringisProduction()
Checks if the environment is production or not.
public
static isProduction() : bool
Return values
boolsslVerify()
public
static sslVerify() : bool