Input::clearResolvedInstance()

static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void

Input

Input class Input 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 resolve

In::__toString()

string __toString() Convert the rule to a validation string. Return Value string

In::__construct()

void __construct(array $values) Create a new in rule instance. Parameters array $values Return Value void

In

In class In (View source) Methods void __construct(array $values) Create a new in rule instance. string __toString() Convert the rule to a validation string.

ImpersonatesUsers::be()

void be(Authenticatable $user, string|null $driver = null) Set the currently logged in user for the application. Parameters Authenticatable $user string|null $driver Return Value void

ImpersonatesUsers::actingAs()

$this actingAs(Authenticatable $user, string|null $driver = null) Set the currently logged in user for the application. Parameters Authenticatable $user string|null $driver Return Value $this

ImpersonatesUsers

ImpersonatesUsers trait ImpersonatesUsers (View source) Methods $this actingAs(Authenticatable $user, string|null $driver = null) Set the currently logged in user for the application. void be(Authenticatable $user, string|null $driver = null) Set the currently logged in user for the application.

IlluminateCaster::castModel()

static array castModel(Model $model) Get an array representing the properties of a model. Parameters Model $model Return Value array

IlluminateCaster::castCollection()

static array castCollection(Collection $collection) Get an array representing the properties of a collection. Parameters Collection $collection Return Value array