Blueprint::jsonb()

Fluent jsonb(string $column) Create a new jsonb column on the table. Parameters string $column Return Value Fluent

DatabaseNotification::touch()

bool touch() Update the model's update timestamp. Return Value bool

TableCommand::ask()

string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string

EncryptedStore::set()

set($name, $value) {@inheritdoc} Parameters $name $value

SeederMakeCommand::hasOption()

bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool

User::unsetConnectionResolver()

static void unsetConnectionResolver() Unset the connection resolver for models. Return Value void

Hub

Hub class Hub implements Hub (View source) Methods void __construct(Container $container = null) Create a new Hub instance. void defaults(Closure $callback) Define the default named pipeline. void pipeline(string $name, Closure $callback) Define a new named pipeline. mixed pipe(mixed $object, string|null $pipeline = null) Send an object through one of the available pipelines.

Queueable::delay()

$this delay(DateTime|int|null $delay) Set the desired delay for the job. Parameters DateTime|int|null $delay Return Value $this

RedisJob::getQueue()

string getQueue() Get the name of the queue the job belongs to. Return Value string

ResetCommand::warn()

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