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
void extend(string $abstract, Closure $closure) "Extend" an abstract type in the container. Parameters string $abstract Closure $closure Return Value void Exceptions InvalidArgumentException
string environmentPath() Get the path to the environment file directory. Return Value string
string environmentFilePath() Get the fully qualified path to the environment file. Return Value string
string environmentFile() Get the environment file the application is using. Return Value string
string environment() Get or check the current application environment. Return Value string
string detectEnvironment(Closure $callback) Detect the application's current environment. Parameters Closure $callback Return Value string
string databasePath() Get the path to the database directory. Return Value string
Page 982 of 996