MorphPivot::newEloquentBuilder()

Builder|Model newEloquentBuilder(Builder $query) Create a new Eloquent query builder for the model. Parameters Builder $query Return Value Builder|Model

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

Model::deleted()

static void deleted(Closure|string $callback, int $priority) Register a deleted model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void

Factory

Factory interface Factory (View source) Methods Validator make(array $data, array $rules, array $messages = array(), array $customAttributes = array()) Create a new Validator instance. void extend(string $rule, Closure|string $extension, string $message = null) Register a custom validator extension. void extendImplicit(string $rule, Closure|string $extension, string $message = null) Register a custom implicit validator extension. void replacer(string $rule, Closure|string $

WinCacheStore::__construct()

void __construct(string $prefix = '') Create a new WinCache store. Parameters string $prefix Return Value void

MailFake::sent()

Collection sent(string $mailable, callable|null $callback = null) Get all of the mailables matching a truth-test callback. Parameters string $mailable callable|null $callback Return Value Collection