Request::duplicate()

duplicate(array $query = null, array $request = null, array $attributes = null, array $cookies = null, array $files = null, array $server = null) {@inheritdoc} Parameters array $query array $request array $attributes array $cookies array $files array $server

FormRequest::validate()

void validate() Validate the class instance. Return Value void

Paginator::currentPathResolver()

static void currentPathResolver(Closure $resolver) Set the current request path resolver callback. Parameters Closure $resolver Return Value void

MorphPivot::setDateFormat()

$this setDateFormat(string $format) Set the date format used by the model. Parameters string $format Return Value $this

ArtisanServiceProvider::provides()

array provides() Get the services provided by the provider. Return Value array

User::getQueueableId()

mixed getQueueableId() Get the queueable identity for the entity. Return Value mixed

TinkerServiceProvider::provides()

array provides() Get the services provided by the provider. Return Value array

Storage::clearResolvedInstances()

static void clearResolvedInstances() Clear all of the resolved instances. Return Value void

AuthenticatesAndRegistersUsers::guestMiddleware()

guestMiddleware() Get the guest middleware for the application.

DatabaseQueue::__construct()

void __construct(Connection $database, string $table, string $default = 'default', int $expire = 60) Create a new database queue instance. Parameters Connection $database string $table string $default int $expire Return Value void