array run(array|string $paths = array(), array $options = array()) Run the outstanding migrations at a given path. Parameters array|string $paths array $options Return Value array
static void clearResolvedInstances() Clear all of the resolved instances. Return Value void
bool add(string $key, mixed $value, DateTime|int $minutes) Store an item in the cache if the key does not exist. Parameters string $key mixed $value DateTime|int $minutes Return Value bool
bool forget(string $key) Remove an item from the cache. Parameters string $key Return Value bool
bool shouldRecompile(array $manifest, array $providers) Determine if the manifest should be compiled. Parameters array $manifest array $providers Return Value bool
int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int
void question(string $string) Write a string as question output. Parameters string $string Return Value void
void sendNow(Collection|array|mixed $notifiables, mixed $notification) Send the given notification immediately. Parameters Collection|array|mixed $notifiables mixed $notification Return Value void
array publish(string $source, string $destination) Publish the given package's migrations. Parameters string $source string $destination Return Value array
bool hasColumn(string $table, string $column) Determine if the given table has a given column. Parameters string $table string $column Return Value bool
Page 923 of 996