ListenerMakeCommand::anticipate()

string anticipate(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string

Blueprint::string()

Fluent string(string $column, int $length = 255) Create a new string column on the table. Parameters string $column int $length Return Value Fluent

SendQueuedNotifications::onConnection()

$this onConnection(string|null $connection) Set the desired connection for the job. Parameters string|null $connection Return Value $this

Fluent::__unset()

void __unset(string $key) Dynamically unset an attribute. Parameters string $key Return Value void

NotificationMakeCommand::callSilent()

int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int

SqlServerConnection::getDoctrineConnection()

Connection getDoctrineConnection() Get the Doctrine DBAL database connection instance. Return Value Connection

FilesystemAdapter::delete()

bool delete(string|array $paths) Delete the file at a given path. Parameters string|array $paths Return Value bool

Artisan

Artisan class Artisan extends Facade (View source) Methods static void swap(mixed $instance) Hotswap the underlying instance behind the facade. from Facade static Expectation shouldReceive() Initiate a mock expectation on the facade. from Facade static mixed getFacadeRoot() Get the root object behind the facade. from Facade static void clearResolvedInstance(string $name) Clear a resolved facade instance. from Facade static void clearResolvedInstances() Clear all of the res

SqlServerConnection::setFetchMode()

int setFetchMode(int $fetchMode, mixed $fetchArgument = null, array $fetchConstructorArgument = array()) Set the default fetch mode for the connection, and optional arguments for the given fetch mode. Parameters int $fetchMode mixed $fetchArgument array $fetchConstructorArgument Return Value int

Validator::each()

void each(string $attribute, string|array $rules) Define a set of rules that apply to each element in an array attribute. Parameters string $attribute string|array $rules Return Value void Exceptions InvalidArgumentException