Model::saveOrFail()

bool saveOrFail(array $options = array()) Save the model to the database using transaction. Parameters array $options Return Value bool Exceptions Throwable

Event::isDue()

bool isDue(Application $app) Determine if the given event should run based on the Cron expression. Parameters Application $app Return Value bool

ViewPublishCommand::ask()

string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string

Event::setFacadeApplication()

static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void

MorphPivot::addGlobalScope()

static void addGlobalScope(ScopeInterface $scope) Register a new global scope on the model. Parameters ScopeInterface $scope Return Value void

JsonResponse::withCookie()

$this withCookie(Cookie|mixed $cookie) Add a cookie to the response. Parameters Cookie|mixed $cookie Return Value $this

TaggedCache::put()

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

StatusCommand::anticipate()

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

HashServiceProvider::compiles()

static array compiles() Get a list of files that should be compiled for the package. Return Value array

TestCase::dontSeeIsChecked()

$this dontSeeIsChecked(string $selector) Assert that the given checkbox is not selected. Parameters string $selector Return Value $this