MessageBag::unique()

array unique(string $format = null) Get all of the unique messages for every key in the bag. Parameters string $format Return Value array

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

JobFailed

JobFailed class JobFailed (View source) Properties string $connectionName The connection name. Job $job The job instance. Exception $exception The exception that caused the job to fail.

Log::swap()

static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void

SQLiteGrammar::compileTruncate()

array compileTruncate(Builder $query) Compile a truncate table statement into SQL. Parameters Builder $query Return Value array

ChannelManager::__call()

mixed __call(string $method, array $parameters) Dynamically call the default driver instance. Parameters string $method array $parameters Return Value mixed

NotificationTableCommand::line()

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

AssetPublisher

AssetPublisher class AssetPublisher (View source) Methods void __construct(Filesystem $files, string $publishPath) Create a new asset publisher instance. bool publish(string $name, string $source) Copy all assets from a given path to the publish path. bool publishPackage(string $package, string $packagePath = null) Publish a given package's assets to the publish path. void setPackagePath(string $packagePath) Set the default package path.

PostgresGrammar::parameterize()

string parameterize(array $values) Create query parameter place-holders for an array. Parameters array $values Return Value string

ModelMakeCommand::option()

string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array