MySqlConnection::logQuery()

void logQuery(string $query, array $bindings, float|null $time = null) Log a query in the connection's query log. Parameters string $query array $bindings float|null $time Return Value void

User::makeVisible()

$this makeVisible(array|string $attributes) Make the given, typically hidden, attributes visible. Parameters array|string $attributes Return Value $this

InstallCommand::comment()

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

Model::makeVisible()

$this makeVisible(array|string $attributes) Make the given, typically hidden, attributes visible. Parameters array|string $attributes Return Value $this

Collection::pipe()

mixed pipe(callable $callback) Pass the collection to the given callback and return the result. Parameters callable $callback Return Value mixed

Collection::pipe()

mixed pipe(callable $callback) Pass the collection to the given callback and return the result. Parameters callable $callback Return Value mixed

CallbackEvent::everyThirtyMinutes()

$this everyThirtyMinutes() Schedule the event to run every thirty minutes. Return Value $this

NamespacedItemResolver::setParsedKey()

void setParsedKey(string $key, array $parsed) Set the parsed value of a key. Parameters string $key array $parsed Return Value void

MigrationServiceProvider::provides()

array provides() Get the services provided by the provider. Return Value array

CookieJar::queue()

void queue() Queue a cookie to send with the next response. Return Value void