$this push(mixed $value) Push an item onto the end of the collection. Parameters mixed $value Return Value $this
string guessPackagePath() Guess the package path for the provider. Return Value string
int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int
array options() Get all of the options passed to the command. Return Value array
string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array
void __construct(Migrator $migrator) Create a new migration command instance. Parameters Migrator $migrator Return Value void
array jsonSerialize() Convert the object into something JSON serializable. Return Value array
bool isAlias(string $name) Determine if a given string is an alias. Parameters string $name Return Value bool
void table(array $headers, Arrayable|array $rows, string $style = 'default') Format input to textual table. Parameters array $headers Arrayable|array $rows string $style Return Value void
$this each(callable $callback) Execute a callback over each item. Parameters callable $callback Return Value $this
Page 250 of 996