bool saveOrFail(array $options = array()) Save the model to the database using transaction. Parameters array $options Return Value bool Exceptions Throwable
bool isDue(Application $app) Determine if the given event should run based on the Cron expression. Parameters Application $app Return Value bool
string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string
static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void
static void addGlobalScope(ScopeInterface $scope) Register a new global scope on the model. Parameters ScopeInterface $scope Return Value void
$this withCookie(Cookie|mixed $cookie) Add a cookie to the response. Parameters Cookie|mixed $cookie Return Value $this
void put(string $key, mixed $value, DateTime|int $minutes = null) Store an item in the cache. Parameters string $key mixed $value DateTime|int $minutes Return Value void
string anticipate(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string
static array compiles() Get a list of files that should be compiled for the package. Return Value array
$this dontSeeIsChecked(string $selector) Assert that the given checkbox is not selected. Parameters string $selector Return Value $this
Page 14 of 996