Cloud::files()

array files(string|null $directory = null, bool $recursive = false) Get an array of all files in a directory. Parameters string|null $directory bool $recursive Return Value array

Collection::mapWithKeys()

Collection mapWithKeys(callable $callback) Run an associative map over each of the items. The callback should return an associative array with a single key/value pair. Parameters callable $callback Return Value Collection

ForgetFailedCommand::callSilent()

int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int

MorphToMany::get()

Collection get(array $columns = array('*')) Execute the query as a "select" statement. Parameters array $columns Return Value Collection

Connection::getTablePrefix()

string getTablePrefix() Get the table prefix for the connection. Return Value string

Collection::slice()

Collection slice(int $offset, int $length = null) Slice the underlying collection array. Parameters int $offset int $length Return Value Collection

Writer::critical()

void critical(string $message, array $context = array()) Log a critical message to the logs. Parameters string $message array $context Return Value void

Repository::put()

void put(string $key, mixed $value, DateTime|float|int $minutes = null) Store an item in the cache. Parameters string $key mixed $value DateTime|float|int $minutes Return Value void

ResponseTrait::cookie()

$this cookie(Cookie|mixed $cookie) Add a cookie to the response. Parameters Cookie|mixed $cookie Return Value $this

JoinClause::min()

mixed min(string $column) Retrieve the minimum value of a given column. Parameters string $column Return Value mixed