PasswordBroker::reset()

mixed reset(array $credentials, Closure $callback) Reset the password for the given token. Parameters array $credentials Closure $callback Return Value mixed

ResponseFactory::__callStatic()

static mixed __callStatic(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException

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

DatabaseNotification::all()

static Collection|Model[] all(array|mixed $columns = array('*')) Get all of the models from the database. Parameters array|mixed $columns Return Value Collection|Model[]

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