MorphMany::getMorphType()

string getMorphType() Get the foreign key "type" name. Return Value string

DatabaseNotificationCollection::sort()

Collection sort(callable $callback = null) Sort through each item with a callback. Parameters callable $callback Return Value Collection

Arr::divide()

static array divide(array $array) Divide an array into two arrays. One with keys and the other with values. Parameters array $array Return Value array

QueueableEntity

QueueableEntity interface QueueableEntity (View source) Methods mixed getQueueableId() Get the queueable identity for the entity.

OptimizeCommand::__construct()

void __construct(Composer $composer) Create a new optimize command instance. Parameters Composer $composer Return Value void

DownCommand::getLaravel()

Application getLaravel() Get the Laravel application instance. Return Value Application

MailServiceProvider::provides()

array provides() Get the services provided by the provider. Return Value array

Form::__callStatic()

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

TransportManager::__construct()

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

EventGenerateCommand::table()

void table(array $headers, Arrayable|array $rows, string $style = 'default') Format input to textual table. Parameters array $headers Arrayable|array $rows string $style Return Value void