Pivot::getActualClassNameForMorph()

string getActualClassNameForMorph(string $class) Retrieve the fully qualified class name from a slug. Parameters string $class Return Value string

NotificationSending

NotificationSending class NotificationSending (View source) Properties mixed $notifiable The notifiable entity who received the notification. Notification $notification The notification instance. string $channel The channel name.

StorageLinkCommand::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

SqlServerConnection::getSchemaBuilder()

Builder getSchemaBuilder() Get a schema builder instance for the connection. Return Value Builder

DatabaseNotificationCollection::search()

mixed search(mixed $value, bool $strict = false) Search the collection for a given value and return the corresponding key if successful. Parameters mixed $value bool $strict Return Value mixed

Request::setFacadeApplication()

static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void

MorphPivot::setMorphClass()

MorphPivot setMorphClass(string $morphClass) Set the morph class for the pivot. Parameters string $morphClass Return Value MorphPivot

MigrateCommand::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

MorphToMany::getRelatedFreshUpdate()

string getRelatedFreshUpdate() Get the related model's updated at column name. Return Value string

PasswordBroker::sendReminder()

int sendReminder(RemindableInterface $user, string $token, Closure $callback = null) Send the password reminder e-mail. Parameters RemindableInterface $user string $token Closure $callback Return Value int