mixed reset(array $credentials, Closure $callback) Reset the password for the given token. Parameters array $credentials Closure $callback Return Value mixed
static mixed __callStatic(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException
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
static Collection|Model[] all(array|mixed $columns = array('*')) Get all of the models from the database. Parameters array|mixed $columns Return Value Collection|Model[]
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
Page 35 of 996