bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool
string getVerb(string $name) Extract the verb from a controller action. Parameters string $name Return Value string
Carbon freshTimestamp() Get a fresh timestamp for the model. Return Value Carbon
Cookie queued(string $key, mixed $default = null) Get a queued cookie instance. Parameters string $key mixed $default Return Value Cookie
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
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
bool insert(string $query, array $bindings = array()) Run an insert statement against the database. Parameters string $query array $bindings Return Value bool
void __construct(Filesystem $files, Composer $composer) Create a new cache table command instance. Parameters Filesystem $files Composer $composer Return Value void
int rawUpdate(array $attributes = array()) Run a raw update against the base query. Parameters array $attributes Return Value int
bool isDeferred() Determine if the provider is deferred. Return Value bool
Page 560 of 996