EventFake::listen()

void listen(string|array $events, mixed $listener, int $priority) Register an event listener with the dispatcher. Parameters string|array $events mixed $listener int $priority Return Value void

TableCommand::getLaravel()

Application getLaravel() Get the Laravel application instance. Return Value Application

JoinClause::whereDate()

Builder|Builder whereDate(string $column, string $operator, mixed $value = null, string $boolean = 'and') Add a "where date" statement to the query. Parameters string $column string $operator mixed $value string $boolean Return Value Builder|Builder

Router::current()

Route current() Get the currently dispatched route instance. Return Value Route

FlushFailedCommand::askWithCompletion()

string askWithCompletion(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

CacheMissed

CacheMissed class CacheMissed (View source) Properties string $key The key that was missed. array $tags The tags that were assigned to the key.

Collection::getDictionary()

array getDictionary(ArrayAccess|array|null $items = null) Get a dictionary keyed by primary keys. Parameters ArrayAccess|array|null $items Return Value array

FormRequest::cookie()

string|array cookie(string $key = null, string|array|null $default = null) Retrieve a cookie from the request. Parameters string $key string|array|null $default Return Value string|array

SlackWebhookChannel

SlackWebhookChannel class SlackWebhookChannel (View source) Methods void __construct(Client $http) Create a new Slack channel instance. ResponseInterface send(mixed $notifiable, Notification $notification) Send the given notification.

ClearCompiledCommand::callSilent()

int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int