DatabaseNotification::hydrateRaw()

static Collection hydrateRaw(string $query, array $bindings = array(), string|null $connection = null) Create a collection of models from a raw query. Parameters string $query array $bindings string|null $connection Return Value Collection

Monitor::failing()

void failing(mixed $callback) Register a callback to be executed when a job fails after the maximum amount of retries. Parameters mixed $callback Return Value void

InteractsWithSockets

InteractsWithSockets trait InteractsWithSockets (View source) Properties string|null $socket The socket ID for the user that raised the event.

EnvironmentCommand::line()

void line(string $string) Write a string as standard output. Parameters string $string Return Value void

VendorPublishCommand::question()

void question(string $string, null|int|string $verbosity = null) Write a string as question output. Parameters string $string null|int|string $verbosity Return Value void

Writer::useSyslog()

LoggerInterface useSyslog(string $name = 'laravel', string $level = 'debug') Register a Syslog handler. Parameters string $name string $level Return Value LoggerInterface

SeedServiceProvider::compiles()

static array compiles() Get a list of files that should be compiled for the package. Return Value array

SessionGuard::once()

bool once(array $credentials = array()) Log a user into the application without sessions or cookies. Parameters array $credentials Return Value bool

MorphPivot::hydrate()

static Collection hydrate(array $items, string|null $connection = null) Create a collection of models from plain arrays. Parameters array $items string|null $connection Return Value Collection

AssetPublishCommand::secret()

string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string