$this useDatabasePath(string $path) Set the database directory. Parameters string $path Return Value $this
string storagePath() Get the path to the storage directory. Return Value string
array tagged(array $tag) Resolve all of the bindings for a given tag. Parameters array $tag Return Value array
void tag(array|string $abstracts, array|mixed $tags) Assign a set of tags to a given binding. Parameters array|string $abstracts array|mixed $tags Return Value void
void singleton(string|array $abstract, Closure|string|null $concrete = null) Register a shared binding in the container. Parameters string|array $abstract Closure|string|null $concrete Return Value void
static void starting(Closure $callback) Register a console "starting" bootstrapper. Parameters Closure $callback Return Value void
bool shouldSkipMiddleware() Determine if middleware has been disabled for the application. Return Value bool
Closure share(Closure $closure) Wrap a Closure such that it is shared. Parameters Closure $closure Return Value Closure
Page 974 of 996