MailServiceProvider::commands()

void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void

ModelNotFoundException::getModel()

string getModel() Get the affected Eloquent model. Return Value string

PasswordBroker::getRepository()

TokenRepositoryInterface getRepository() Get the password reset token repository implementation. Return Value TokenRepositoryInterface

PasswordResetServiceProvider::pathsToPublish()

static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array

Dispatcher::map()

$this map(array $map) Map a command to a handler. Parameters array $map Return Value $this

Exists::whereNotNull()

$this whereNotNull(string $column) Set a "where not null" constraint on the query. Parameters string $column Return Value $this

Handler::__construct()

void __construct(Container $container) Create a new exception handler instance. Parameters Container $container Return Value void

DatabaseNotificationCollection::__construct()

void __construct(mixed $items = array()) Create a new collection. Parameters mixed $items Return Value void

RemindersTableCommand::askWithCompletion()

string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string

Model::getGuarded()

array getGuarded() Get the guarded attributes for the model. Return Value array