void __construct(Application $app, Router $router) Create a new HTTP kernel instance. Parameters Application $app Router $router Return Value void
void __construct(Application $app, Dispatcher $events) Create a new console kernel instance. Parameters Application $app Dispatcher $events Return Value void
void terminate(Request $request, Response $response) Call the terminate method on any terminable middleware. Parameters Request $request Response $response Return Value void
void terminate(InputInterface $input, int $status) Terminate the application. Parameters InputInterface $input int $status Return Value void
void terminate(Request $request, Response $response) Perform any final actions for the request lifecycle. Parameters Request $request Response $response Return Value void
void setArtisan(Application $artisan) Set the Artisan application instance. Parameters Application $artisan Return Value void
void registerCommand(Command $command) Register the given command with the console application. Parameters Command $command Return Value void
int queue(string $command, array $parameters = array()) Queue the given console command. Parameters string $command array $parameters Return Value int
int queue(string $command, array $parameters = array()) Queue an Artisan console command by name. Parameters string $command array $parameters Return Value int
$this pushMiddleware(string $middleware) Add a new middleware to end of the stack if it does not already exist. Parameters string $middleware Return Value $this
Page 551 of 996