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
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 trait InteractsWithSockets (View source) Properties string|null $socket The socket ID for the user that raised the event.
void line(string $string) Write a string as standard output. Parameters string $string Return Value void
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
LoggerInterface useSyslog(string $name = 'laravel', string $level = 'debug') Register a Syslog handler. Parameters string $name string $level Return Value LoggerInterface
static array compiles() Get a list of files that should be compiled for the package. Return Value array
bool once(array $credentials = array()) Log a user into the application without sessions or cookies. Parameters array $credentials Return Value bool
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
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
Page 35 of 996