$this prependMiddleware(string $middleware) Add a new middleware to beginning of the stack if it does not already exist. Parameters string $middleware Return Value $this
string output() Get the output for the last run command. Return Value string
bool hasMiddleware(string $middleware) Determine if the kernel has a given middleware. Parameters string $middleware Return Value bool
Response handle(Request $request) Handle an incoming HTTP request. Parameters Request $request Return Value Response
int handle(InputInterface $input, OutputInterface $output = null) Run the console application. Parameters InputInterface $input OutputInterface $output Return Value int
int handle(InputInterface $input, OutputInterface $output = null) Handle an incoming console command. Parameters InputInterface $input OutputInterface $output Return Value int
Application getApplication() Get the Laravel application instance. Return Value Application
Page 552 of 996