HasMany::saveMany()

Collection|array saveMany(Collection|array $models) Attach a collection of models to the parent instance. Parameters Collection|array $models Return Value Collection|array

BladeCompiler::getContentTags()

string getContentTags() Gets the content tags used for the compiler. Return Value string

PostgresBuilder::drop()

void drop(string $table) Drop a table from the schema. Parameters string $table Return Value void

Job::failed()

void failed(Exception $e) Call the failed method on the job instance. Parameters Exception $e Return Value void

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

MorphPivot::setVisible()

$this setVisible(array $visible) Set the visible attributes for the model. Parameters array $visible Return Value $this

Pivot::setAttribute()

$this setAttribute(string $key, mixed $value) Set a given attribute on the model. Parameters string $key mixed $value Return Value $this

HostValidator::matches()

bool matches(Route $route, Request $request) Validate a given rule against a route and request. Parameters Route $route Request $request Return Value bool

SessionGuard::getCookieJar()

QueueingFactory getCookieJar() Get the cookie creator instance used by the guard. Return Value QueueingFactory Exceptions RuntimeException

ConnectionResolverInterface::connection()

ConnectionInterface connection(string $name = null) Get a database connection instance. Parameters string $name Return Value ConnectionInterface