RefreshCommand::confirmToProceed()

bool confirmToProceed(string $warning = 'Application In Production!', Closure|bool|null $callback = null) Confirm before proceeding with the action. Parameters string $warning Closure|bool|null $callback Return Value bool

PostgresGrammar

PostgresGrammar class PostgresGrammar extends Grammar (View source) Methods array wrapArray(array $values) Wrap an array of values. from Grammar string wrapTable(Expression|string $table) Wrap a table in keyword identifiers. from Grammar string wrap(Expression|string $value, bool $prefixAlias = false) Wrap a value in keyword identifiers. from Grammar string columnize(array $columns) Convert an array of column names into a delimited string. from Grammar string parameterize(

ConfigPublisher

ConfigPublisher class ConfigPublisher (View source) Methods void __construct(Filesystem $files, string $publishPath) Create a new configuration publisher instance. bool publish(string $package, string $source) Publish configuration files from a given path. bool publishPackage(string $package, string $packagePath = null) Publish the configuration files for a package. bool alreadyPublished(string $package) Determine if a given package has already been published. string g

TaggedCache::macro()

static void macro(string $name, callable $macro) Register a custom macro. Parameters string $name callable $macro Return Value void

Message::__call()

mixed __call(string $method, array $parameters) Dynamically pass missing methods to the Swift instance. Parameters string $method array $parameters Return Value mixed

Arr::__callStatic()

static mixed __callStatic(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException

DatabaseUserProvider::updateRememberToken()

void updateRememberToken(Authenticatable $user, string $token) Update the "remember me" token for the given user in storage. Parameters Authenticatable $user string $token Return Value void

InstallCommand::choice()

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple 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.

ModelMakeCommand::options()

array options() Get all of the options passed to the command. Return Value array