SeedServiceProvider::compiles()

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

Writer::useSyslog()

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

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

EnvironmentCommand::line()

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

InteractsWithSockets

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

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

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[]

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

RegistersUsers

RegistersUsers trait RegistersUsers (View source) Traits RedirectsUsers

Collection::values()

Collection values() Reset the keys on the underlying array. Return Value Collection