Model::forceFill()

$this forceFill(array $attributes) Fill the model with an array of attributes. Force mass assignment. Parameters array $attributes Return Value $this

Mailable::later()

mixed later(DateTime|int $delay, Factory $queue) Deliver the queued message after the given delay. Parameters DateTime|int $delay Factory $queue Return Value mixed

ScheduleRunCommand::getOutput()

OutputInterface getOutput() Get the output implementation. Return Value OutputInterface

Message::replyTo()

$this replyTo(string|array $address, string|null $name = null) Add a reply to address to the message. Parameters string|array $address string|null $name Return Value $this

Log

Log interface Log (View source) Methods void alert(string $message, array $context = array()) Log an alert message to the logs. void critical(string $message, array $context = array()) Log a critical message to the logs. void error(string $message, array $context = array()) Log an error message to the logs. void warning(string $message, array $context = array()) Log a warning message to the logs. void notice(string $message, array $context = array()) Log a notice to th

DatabaseReminderRepository::delete()

void delete(string $token) Delete a reminder record by token. Parameters string $token Return Value void

Grammar::compileRenameColumn()

array compileRenameColumn(Blueprint $blueprint, Fluent $command, Connection $connection) Compile a rename column command. Parameters Blueprint $blueprint Fluent $command Connection $connection Return Value array

Validator::getCustomMessages()

array getCustomMessages() Get the custom messages for the validator. Return Value array

MorphPivot::morphOne()

MorphOne morphOne(string $related, string $name, string $type = null, string $id = null, string $localKey = null) Define a polymorphic one-to-one relationship. Parameters string $related string $name string $type string $id string $localKey Return Value MorphOne

Response

Response class Response 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 r