string askWithCompletion(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
void touch() Touch all of the related models for the relationship. Return Value void
int size(string $path) Get the file size of a given file. Parameters string $path Return Value int
void register() Register the service provider. Return Value void
Model updateOrCreate(array $attributes, array $values = array()) Create or update a related record matching the attributes, and fill it with values. Parameters array $attributes array $values Return Value Model
$this weekly() Schedule the event to run weekly. Return Value $this
int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int
Builder|Builder whereDay(string $column, string $operator, mixed $value = null, string $boolean = 'and') Add a "where day" statement to the query. Parameters string $column string $operator mixed $value string $boolean Return Value Builder|Builder
mixed later(DateTime|int $delay, string $job, mixed $data = '', string $queue = null) Push a new job onto the queue after a delay. Parameters DateTime|int $delay string $job mixed $data string $queue Return Value mixed
Page 495 of 996