Validator::setAttributeNames()

$this setAttributeNames(array $attributes) Set the custom attributes on the validator. Parameters array $attributes Return Value $this

Paginator

Paginator interface Paginator (View source) Methods string url(int $page) Get the URL for a given page. $this appends(array|string $key, string|null $value = null) Add a set of query string values to the paginator. $this|string fragment(string|null $fragment = null) Get / set the URL fragment to be appended to URLs. string|null nextPageUrl() The URL for the next page, or null. string|null previousPageUrl() Get the URL for the previous page, or null. array items()

MorphPivot

MorphPivot class MorphPivot extends Pivot (View source) Constants CREATED_AT The name of the "created at" column. UPDATED_AT The name of the "updated at" column.

MakesHttpRequests

MakesHttpRequests trait MakesHttpRequests (View source) Traits InteractsWithPages

Kernel::terminate()

void terminate(Request $request, Response $response) Call the terminate method on any terminable middleware. Parameters Request $request Response $response Return Value void

DatabaseMigrations::runDatabaseMigrations()

void runDatabaseMigrations() Define hooks to migrate the database before and after each test. Return Value void

FilesystemManager::getDefaultCloudDriver()

string getDefaultCloudDriver() Get the default cloud driver name. Return Value string

Queueable::onConnection()

$this onConnection(string|null $connection) Set the desired connection for the job. Parameters string|null $connection Return Value $this

FormRequest::instance()

$this instance() Return the Request instance. Return Value $this

Event::timezone()

$this timezone(DateTimeZone|string $timezone) Set the timezone the date should be evaluated on. Parameters DateTimeZone|string $timezone Return Value $this