RollbackCommand::option()

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

Store::reflash()

void reflash() Reflash all of the session flash data. Return Value void

MorphPivot::fill()

$this fill(array $attributes) Fill the model with an array of attributes. Parameters array $attributes Return Value $this Exceptions MassAssignmentException

JoinClause

JoinClause class JoinClause extends Builder (View source) Traits Macroable

Factory::state()

void state(string $class, string $state, callable $attributes) Define a state with a given set of attributes. Parameters string $class string $state callable $attributes Return Value void

App

App class App 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 resolved in

BroadcastChannel::send()

array|null send(mixed $notifiable, Notification $notification) Send the given notification. Parameters mixed $notifiable Notification $notification Return Value array|null

SqlServerConnection::reconnect()

void reconnect() Reconnect to the database. Return Value void Exceptions LogicException

Request::macro()

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

ResetCommand::comment()

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