Application::register()

ServiceProvider register(ServiceProvider|string $provider, array $options = array(), bool $force = false) Register a service provider with the application. Parameters ServiceProvider|string $provider array $options bool $force Return Value ServiceProvider

Application::register()

ServiceProvider register(ServiceProvider|string $provider, array $options = array(), bool $force = false) Register a service provider with the application. Parameters ServiceProvider|string $provider array $options bool $force Return Value ServiceProvider

Application::refresh()

mixed refresh(string $abstract, mixed $target, string $method) Refresh an instance on the given target and method. Parameters string $abstract mixed $target string $method Return Value mixed

Application::rebinding()

mixed rebinding(string $abstract, Closure $callback) Bind a new callback to an abstract's rebind event. Parameters string $abstract Closure $callback Return Value mixed

Application::publicPath()

string publicPath() Get the path to the public / web directory. Return Value string

Application::path()

string path() Get the path to the application "app" directory. Return Value string

Application::offsetUnset()

void offsetUnset(string $key) Unset the value at a given offset. Parameters string $key Return Value void

Application::output()

string output() Get the output for the last run command. Return Value string

Application::offsetSet()

void offsetSet(string $key, mixed $value) Set the value at a given offset. Parameters string $key mixed $value Return Value void

Application::output()

string output() Get the output from the last command. Return Value string