static Container getInstance() Set the globally available instance of the container. Return Value Container
static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array
Response showLoginForm() Show the application login form. Return Value Response
void alias(string $abstract, string $alias) Alias a type to a different name. Parameters string $abstract string $alias Return Value void
void __set(string $key, mixed $value) Dynamically set attributes on the model. Parameters string $key mixed $value Return Value void
mixed pushOn(string $queue, string $job, mixed $data = '') Push a new job onto the queue. Parameters string $queue string $job mixed $data Return Value mixed
void info(string $string, null|int|string $verbosity = null) Write a string as information output. Parameters string $string null|int|string $verbosity Return Value void
Response getRegister() Show the application registration form. Return Value Response
void __construct(ViewPublisher $view) Create a new view publish command instance. Parameters ViewPublisher $view Return Value void
string redirectPath() Get the post register / login redirect path. Return Value string
Page 222 of 996