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
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
SeedCommand class SeedCommand extends Command (View source) Traits ConfirmableTrait
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
ScopeInterface deprecated interface ScopeInterface implements Scope (View source) deprecated since version 5.2. Use Illuminate\Database\Eloquent\Scope. Methods void apply(Builder $builder, Model $model) Apply the scope to a given Eloquent query builder. from Scope
void apply(Builder $builder, Model $model) Apply the scope to a given Eloquent query builder. Parameters Builder $builder Model $model Return Value void
Scope interface Scope (View source) Methods void apply(Builder $builder, Model $model) Apply the scope to a given Eloquent query builder.
Page 193 of 996