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

LoaderInterface::exists()

bool exists(string $group, string $namespace = null) Determine if the given configuration group exists. Parameters string $group string $namespace Return Value bool

FileViewFinder

FileViewFinder class FileViewFinder implements ViewFinderInterface (View source) Methods void __construct(Filesystem $files, array $paths, array $extensions = null) Create a new file view loader instance. string find(string $name) Get the fully qualified location of the view. void addLocation(string $location) Add a location to the finder. void prependLocation(string $location) Prepend a location to the finder. void addNamespace(string $namespace, string|array $hints)

VerifyCsrfToken::__construct()

void __construct(Application $app, Encrypter $encrypter) Create a new middleware instance. Parameters Application $app Encrypter $encrypter Return Value void

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

MorphTo::morphMap()

static array morphMap(array $map = null, bool $merge = true) Set or get the morph map for polymorphic relations. Parameters array $map bool $merge Return Value array

Contracts\Notifications

Illuminate\Contracts\Notifications Interfaces Dispatcher Factory

SqsJob::getSqs()

SqsClient getSqs() Get the underlying SQS client instance. Return Value SqsClient

HasManyThrough::getRelationQuery()

Builder getRelationQuery(Builder $query, Builder $parent, array|mixed $columns = array('*')) Add the constraints for a relationship query. Parameters Builder $query Builder $parent array|mixed $columns Return Value Builder

DatabaseNotification::clearBootedModels()

static void clearBootedModels() Clear the list of booted models so they will be re-booted. Return Value void