void __construct(array $options) Create a new middleware option instance. Parameters array $options Return Value void
$this wednesdays() Schedule the event to run only on Wednesdays. Return Value $this
$this offset(int $value) Set the "offset" value of the query. Parameters int $value Return Value $this
Fluent unsignedInteger(string $column, bool $autoIncrement = false) Create a new unsigned integer (4-byte) column on the table. Parameters string $column bool $autoIncrement Return Value Fluent
array options() Get all of the options passed to the command. Return Value array
bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
void __construct(Application $app) Create a new Cache manager instance. Parameters Application $app Return Value void
string getDefaultDriver() Get the default cache driver name. Return Value string
mixed getKey() Get the value of the model's primary key. Return Value mixed
bool isBooted() Determine if the application has booted. Return Value bool
Page 475 of 996