FrameGuard class FrameGuard (View source) Methods Response handle(Request $request, Closure $next) Handle the given request and get the response.
static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation
void renderForConsole(OutputInterface $output, Exception $e) Render an exception to the console. Parameters OutputInterface $output Exception $e Return Value void
bool isDeferred() Determine if the provider is deferred. Return Value bool
void match(array|string $methods, string $uri, Closure|array|string $action = null) Register a new route with the given verbs. Parameters array|string $methods string $uri Closure|array|string $action Return Value void
bool pretending() Determine if the connection in a "dry run". Return Value bool
void touch() Touch all of the related models for the relationship. Return Value void
void setQueryGrammar(Grammar $grammar) Set the query grammar used by the connection. Parameters Grammar $grammar Return Value void
string anticipate(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string
PresenceChannel class PresenceChannel extends Channel (View source) Properties string $name The channel's name. from Channel
Page 616 of 996