Connection::raw()

Expression raw(mixed $value) Get a new raw query expression. Parameters mixed $value Return Value Expression

MySqlGrammar::columnize()

string columnize(array $columns) Convert an array of column names into a delimited string. Parameters array $columns Return Value string

User::makeHidden()

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

NotificationMakeCommand::comment()

void comment(string $string, null|int|string $verbosity = null) Write a string as comment output. Parameters string $string null|int|string $verbosity Return Value void

User::getAuthIdentifierName()

string getAuthIdentifierName() Get the name of the unique identifier for the user. Return Value string

EventFake::until()

mixed until(string $event, array $payload = array()) Fire an event until the first non-null response is returned. Parameters string $event array $payload Return Value mixed

Model::hydrate()

static Collection hydrate(array $items, string|null $connection = null) Create a collection of models from plain arrays. Parameters array $items string|null $connection Return Value Collection

SendsPasswordResetEmails::sendResetLinkEmail()

RedirectResponse sendResetLinkEmail(Request $request) Send a reset link to the given user. Parameters Request $request Return Value RedirectResponse

DownCommand::comment()

void comment(string $string, null|int|string $verbosity = null) Write a string as comment output. Parameters string $string null|int|string $verbosity Return Value void

CommandMakeCommand::error()

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