FrameGuard

FrameGuard class FrameGuard (View source) Methods Response handle(Request $request, Closure $next) Handle the given request and get the response.

SSH::shouldReceive()

static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation

Handler::renderForConsole()

void renderForConsole(OutputInterface $output, Exception $e) Render an exception to the console. Parameters OutputInterface $output Exception $e Return Value void

RedisServiceProvider::isDeferred()

bool isDeferred() Determine if the provider is deferred. Return Value bool

Router::match()

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

SQLiteConnection::pretending()

bool pretending() Determine if the connection in a "dry run". Return Value bool

MorphTo::touch()

void touch() Touch all of the related models for the relationship. Return Value void

SqlServerConnection::setQueryGrammar()

void setQueryGrammar(Grammar $grammar) Set the query grammar used by the connection. Parameters Grammar $grammar Return Value void

ForgetFailedCommand::anticipate()

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

PresenceChannel class PresenceChannel extends Channel (View source) Properties string $name The channel's name. from Channel