Application getLaravel() Get the Laravel application instance. Return Value Application
static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application
string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string
string getQueue(string|null $queue) Get the queue or return the default. Parameters string|null $queue Return Value string
void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void
void addNamespace(string $namespace, string|array $hints) Add a new namespace to the loader. Parameters string $namespace string|array $hints Return Value void
array jsonSerialize() Convert the object into something JSON serializable. Return Value array
string __toString() Get the value of the expression. Return Value string
Builder|Builder orWhereBetween(string $column, array $values) Add an or where between statement to the query. Parameters string $column array $values Return Value Builder|Builder
Page 731 of 996