string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string
Dimensions class Dimensions (View source) Methods void __construct(array $constraints = array()) Create a new dimensions rule instance. $this width(int $value) Set the "width" constraint. $this height(int $value) Set the "height" constraint. $this minWidth(int $value) Set the "min width" constraint. $this minHeight(int $value) Set the "min height" constraint. $this maxWidth(int $value) Set the "max width" constraint. $this maxHeight(int $value) Set the "max h
static void cacheMutatedAttributes(string $class) Extract and cache all the mutated attributes of a class. Parameters string $class Return Value void
bool updateOrInsert(array $attributes, array $values = array()) Insert or update a record matching the attributes, and fill it with values. Parameters array $attributes array $values Return Value bool
static void creating(Closure|string $callback, int $priority) Register a creating model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void
ArtisanStarting class ArtisanStarting (View source) Properties Application $artisan The Artisan application instance.
void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void
int|bool decrement(string $key, mixed $value = 1) Increment the value of an item in the cache. Parameters string $key mixed $value Return Value int|bool
void touch() Touch all of the related models for the relationship. Return Value void
array all() Get a list of all of the failed jobs. Return Value array
Page 319 of 996