ClearCommand::line()

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

Collection::each()

$this each(callable $callback) Execute a callback over each item. Parameters callable $callback Return Value $this

Guard::validate()

bool validate(array $credentials = array()) Validate a user's credentials. Parameters array $credentials Return Value bool

User::updated()

static void updated(Closure|string $callback, int $priority) Register an updated model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void

TokenGuard::__construct()

void __construct(UserProvider $provider, Request $request) Create a new authentication guard. Parameters UserProvider $provider Request $request Return Value void

Storage::__callStatic()

static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed

Guard::user()

Authenticatable|null user() Get the currently authenticated user. Return Value Authenticatable|null

Grammar::compileChange()

array compileChange(Blueprint $blueprint, Fluent $command, Connection $connection) Compile a change column command into a series of SQL statements. Parameters Blueprint $blueprint Fluent $command Connection $connection Return Value array Exceptions RuntimeException

DatabaseNotificationCollection

DatabaseNotificationCollection class DatabaseNotificationCollection extends Collection (View source) Traits Macroable

FormRequest::method()

string method() Get the request method. Return Value string