void setLocale(string $locale) Set the current application locale. Parameters string $locale Return Value void
static Container setInstance(Container $container = null) Set the shared instance of the container. Parameters Container $container Return Value Container
bool runningUnitTests() Determine if we are running unit tests. Return Value bool
void setDeferredServices(array $services) Set the application's deferred services. Parameters array $services Return Value void
$this setBasePath(string $basePath) Set the base path for the application. Parameters string $basePath Return Value $this
bool runningInConsole() Determine if we are running in the console. Return Value bool
void resolving(string $abstract, Closure $callback = null) Register a new resolving callback. Parameters string $abstract Closure $callback Return Value void
string resourcePath() Get the path to the resources directory. Return Value string
bool routesAreCached() Determine if the application routes are cached. Return Value bool
Page 975 of 996