OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
string output() Get the output for the last run command. Return Value string
string|null nextPageUrl() The URL for the next page, or null. Return Value string|null
void refreshNameLookups() Refresh the name look-up table. This is done in case any names are fluently defined. Return Value void
string guessPackagePath() Guess the package path for the provider. Return Value string
array getRan() Get the ran migrations for a given package. Return Value array
bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool
array gatherMiddleware() Get all middleware, including the ones from the controller. Return Value array
$this viaRequest(string $driver, callable $callback) Register a new callback based request guard. Parameters string $driver callable $callback Return Value $this
void setTablePrefix(string $prefix) Set the table prefix in use by the connection. Parameters string $prefix Return Value void
Page 892 of 996