Router::currentRouteAction()

string|null currentRouteAction() Get the current route action. Return Value string|null

User::morphToMany()

MorphToMany morphToMany(string $related, string $name, string $table = null, string $foreignKey = null, string $otherKey = null, bool $inverse = false) Define a polymorphic many-to-many relationship. Parameters string $related string $name string $table string $foreignKey string $otherKey bool $inverse Return Value MorphToMany

SerializesAndRestoresModelIdentifiers

SerializesAndRestoresModelIdentifiers trait SerializesAndRestoresModelIdentifiers (View source)

MorphPivot::relationLoaded()

bool relationLoaded(string $key) Determine if the given relation is loaded. Parameters string $key Return Value bool

EncryptionServiceProvider::commands()

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

JoinClause::sharedLock()

Builder sharedLock() Share lock the selected rows in the table. Return Value Builder

Repository::getDefaultCacheTime()

float|int getDefaultCacheTime() Get the default cache time. Return Value float|int

AbstractPaginator::defaultSimpleView()

static void defaultSimpleView(string $view) Set the default "simple" pagination view. Parameters string $view Return Value void

PostgresConnector::getOptions()

array getOptions(array $config) Get the PDO options based on the configuration. Parameters array $config Return Value array

SimpleMessage::subject()

$this subject(string $subject) Set the subject of the notification. Parameters string $subject Return Value $this