Dimensions::minWidth()

$this minWidth(int $value) Set the "min width" constraint. Parameters int $value Return Value $this

TinkerCommand::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

MySqlConnection::getFetchArgument()

mixed getFetchArgument() Get the fetch argument to be applied when selecting. Return Value mixed

Contracts\Database

Illuminate\Contracts\Database Classes ModelIdentifier

Connection::getFetchArgument()

mixed getFetchArgument() Get the fetch argument to be applied when selecting. Return Value mixed

MigrateMakeCommand::run()

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

ServeCommand::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

User::on()

static Builder on(string|null $connection = null) Begin querying the model on a given connection. Parameters string|null $connection Return Value Builder

Collection::makeVisible()

$this makeVisible(array|string $attributes) Make the given, typically hidden, attributes visible across the entire collection. Parameters array|string $attributes Return Value $this

In::__construct()

void __construct(array $values) Create a new in rule instance. Parameters array $values Return Value void