Migrator::run()

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

Blade::clearResolvedInstances()

static void clearResolvedInstances() Clear all of the resolved instances. Return Value void

TaggedCache::add()

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

NullStore::forget()

bool forget(string $key) Remove an item from the cache. Parameters string $key Return Value bool

ProviderRepository::shouldRecompile()

bool shouldRecompile(array $manifest, array $providers) Determine if the manifest should be compiled. Parameters array $manifest array $providers Return Value bool

MigratePublishCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int

ClearRemindersCommand::question()

void question(string $string) Write a string as question output. Parameters string $string Return Value void

Factory::sendNow()

void sendNow(Collection|array|mixed $notifiables, mixed $notification) Send the given notification immediately. Parameters Collection|array|mixed $notifiables mixed $notification Return Value void

MigrationPublisher::publish()

array publish(string $source, string $destination) Publish the given package's migrations. Parameters string $source string $destination Return Value array

PostgresBuilder::hasColumn()

bool hasColumn(string $table, string $column) Determine if the given table has a given column. Parameters string $table string $column Return Value bool