ConfigPublisher::setPackagePath()

void setPackagePath(string $packagePath) Set the default package path. Parameters string $packagePath Return Value void

Job::attempts()

abstract int attempts() Get the number of times the job has been attempted. Return Value int

Event::monthly()

$this monthly() Schedule the event to run monthly. Return Value $this

Request::prefers()

string|null prefers(string|array $contentTypes) Return the most suitable content type from the given array based on content negotiation. Parameters string|array $contentTypes Return Value string|null

FilesystemManager::createFtpDriver()

Filesystem createFtpDriver(array $config) Create an instance of the ftp driver. Parameters array $config Return Value Filesystem

UrlGenerator::secureAsset()

string secureAsset(string $path) Generate the URL to a secure asset. Parameters string $path Return Value string

Validator::setCustomMessages()

void setCustomMessages(array $messages) Set the custom messages for the validator. Parameters array $messages Return Value void

Relation::wrap()

string wrap(string $value) Wrap the given value with the parent query's grammar. Parameters string $value Return Value string

ConsoleServiceProvider::__call()

mixed __call(string $method, array $parameters) Dynamically handle missing method calls. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException

ConnectionInterface::affectingStatement()

int affectingStatement(string $query, array $bindings = array()) Run an SQL statement and get the number of rows affected. Parameters string $query array $bindings Return Value int