Application::configureMonologUsing()

$this configureMonologUsing(callable $callback) Define a callback to be used to configure Monolog. Parameters callable $callback Return Value $this

Application::configurationIsCached()

bool configurationIsCached() Determine if the application configuration is cached. Return Value bool

Application::configPath()

string configPath() Get the path to the application configuration files. Return Value string

Application::call()

mixed call(callable|string $callback, array $parameters = array(), string|null $defaultMethod = null) Call the given Closure / class@method and inject its dependencies. Parameters callable|string $callback array $parameters string|null $defaultMethod Return Value mixed

Application::call()

mixed call(callable|string $callback, array $parameters = array(), string|null $defaultMethod = null) Call the given Closure / class@method and inject its dependencies. Parameters callable|string $callback array $parameters string|null $defaultMethod Return Value mixed

Application::call()

int call(string $command, array $parameters = array()) Call a console application command. Parameters string $command array $parameters Return Value int

Application::call()

int call(string $command, array $parameters = array()) Run an Artisan console command by name. Parameters string $command array $parameters Return Value int

Application::build()

mixed build(string $concrete, array $parameters = array()) Instantiate a concrete instance of the given type. Parameters string $concrete array $parameters Return Value mixed Exceptions BindingResolutionException

Application::bound()

bool bound(string $abstract) Determine if the given abstract type has been bound. (Overriding Container::bound) Parameters string $abstract Return Value bool

Application::bound()

bool bound(string $abstract) Determine if the given abstract type has been bound. Parameters string $abstract Return Value bool