AssetPublishCommand::__construct()

void __construct(AssetPublisher $assets) Create a new asset publish command instance. Parameters AssetPublisher $assets Return Value void

CanResetPassword::getEmailForPasswordReset()

string getEmailForPasswordReset() Get the e-mail address where password reset links are sent. Return Value string

BaseCommand::info()

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

UrlGenerator::current()

string current() Get the current URL for the request. Return Value string

ValidationServiceProvider::__construct()

void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void

Routing\Matching

Illuminate\Routing\Matching Classes HostValidator MethodValidator SchemeValidator UriValidator

KeyGenerateCommand::error()

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

Blueprint::unsignedTinyInteger()

Fluent unsignedTinyInteger(string $column, bool $autoIncrement = false) Create a new unsigned tiny integer (1-byte) column on the table. Parameters string $column bool $autoIncrement Return Value Fluent

MailableMailer::queue()

mixed queue(Mailable $mailable) Push the given mailable onto the queue. Parameters Mailable $mailable Return Value mixed

MorphToMany::match()

array match(array $models, Collection $results, string $relation) Match the eagerly loaded results to their parents. Parameters array $models Collection $results string $relation Return Value array