Application::factory()

Closure factory(string $abstract, array $defaults = array()) Get a closure to resolve the given type from the container. Parameters string $abstract array $defaults Return Value Closure

Application::extend()

void extend(string $abstract, Closure $closure) "Extend" an abstract type in the container. Parameters string $abstract Closure $closure Return Value void Exceptions InvalidArgumentException

Application::extend()

void extend(string $abstract, Closure $closure) "Extend" an abstract type in the container. Parameters string $abstract Closure $closure Return Value void Exceptions InvalidArgumentException

Application::environmentPath()

string environmentPath() Get the path to the environment file directory. Return Value string

Application::environmentFilePath()

string environmentFilePath() Get the fully qualified path to the environment file. Return Value string

Application::environmentFile()

string environmentFile() Get the environment file the application is using. Return Value string

Application::environment()

string environment() Get or check the current application environment. Return Value string

Application::environment()

string environment() Get or check the current application environment. Return Value string

Application::detectEnvironment()

string detectEnvironment(Closure $callback) Detect the application's current environment. Parameters Closure $callback Return Value string

Application::databasePath()

string databasePath() Get the path to the database directory. Return Value string