CacheTableCommand::hasArgument()

bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool

ControllerInspector deprecated::getVerb()

string getVerb(string $name) Extract the verb from a controller action. Parameters string $name Return Value string

Model::freshTimestamp()

Carbon freshTimestamp() Get a fresh timestamp for the model. Return Value Carbon

CookieJar::queued()

Cookie queued(string $key, mixed $default = null) Get a queued cookie instance. Parameters string $key mixed $default Return Value Cookie

Builder::forPageAfterId()

Builder|Builder forPageAfterId(int $perPage = 15, int $lastId, string $column = 'id') Constrain the query to the next "page" of results after a given ID. Parameters int $perPage int $lastId string $column Return Value Builder|Builder

Application::bindIf()

void bindIf(string $abstract, Closure|string|null $concrete = null, bool $shared = false) Register a binding if it hasn't already been registered. Parameters string $abstract Closure|string|null $concrete bool $shared Return Value void

PostgresConnection::insert()

bool insert(string $query, array $bindings = array()) Run an insert statement against the database. Parameters string $query array $bindings Return Value bool

CacheTableCommand::__construct()

void __construct(Filesystem $files, Composer $composer) Create a new cache table command instance. Parameters Filesystem $files Composer $composer Return Value void

MorphMany::rawUpdate()

int rawUpdate(array $attributes = array()) Run a raw update against the base query. Parameters array $attributes Return Value int

FailConsoleServiceProvider::isDeferred()

bool isDeferred() Determine if the provider is deferred. Return Value bool