SDK
class SDK
Properties
protected Application | $app | ||
static protected SDK | $instance |
Methods
mixed
make(string $abstract, array $parameters = [])
Resolve the given type from the container.
void
Application
getApp()
No description
void
handle(Request $request = null)
No description
Details
at line 45
mixed
make(string $abstract, array $parameters = [])
Resolve the given type from the container.
(Overriding Container::make)
at line 55
static SDK
init(string|null $basePath = null)
at line 72
void
singleton(string $abstract, Closure|string|null $concrete = null)
Register a shared binding in the container.