MigrateCommand::table()

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

ClearResetsCommand::comment()

void comment(string $string, null|int|string $verbosity = null) Write a string as comment output. Parameters string $string null|int|string $verbosity Return Value void

Application::__get()

mixed __get(string $key) Dynamically access container services. Parameters string $key Return Value mixed

Queue

Illuminate\Queue Namespaces Illuminate\Queue\CapsuleIlluminate\Queue\ConnectorsIlluminate\Queue\ConsoleIlluminate\Queue\FailedIlluminate\Queue\Jobs Classes BeanstalkdQueue FailConsoleServiceProvider IronQueue Listener Queue QueueManager QueueServiceProvider RedisQueue SqsQueue SyncQueue Worker

Log::useFiles()

void useFiles(string $path, string $level = 'debug') Register a file log handler. Parameters string $path string $level Return Value void

RestartCommand::secret()

string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string

SqlServerGrammar::compileDisableForeignKeyConstraints()

string compileDisableForeignKeyConstraints() Compile the command to disable foreign key constraints. Return Value string

AbstractPaginator::resolveCurrentPage()

static int resolveCurrentPage(string $pageName = 'page', int $default = 1) Resolve the current page or return the default value. Parameters string $pageName int $default Return Value int

Pivot::getEventDispatcher()

static Dispatcher getEventDispatcher() Get the event dispatcher instance. Return Value Dispatcher

Connection::getSchemaBuilder()

Builder getSchemaBuilder() Get a schema builder instance for the connection. Return Value Builder