Response logout(Request $request) Log the user out of the application. Parameters Request $request Return Value Response
$this fill(array $attributes) Fill the model with an array of attributes. Parameters array $attributes Return Value $this Exceptions MassAssignmentException
static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation
void boot() Bootstrap the application events. Return Value void
int count() Count the number of items in the collection. Return Value int
bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool
mixed getAttribute(string $key) Get an attribute from the model. Parameters string $key Return Value mixed
$this pipeThrough(array $pipes) Set the pipes commands should be piped through before dispatching. Parameters array $pipes Return Value $this
$this useEnvironmentPath(string $path) Set the directory for the environment file. Parameters string $path Return Value $this
Collection uniqueStrict(string|callable|null $key = null) Return only unique items from the collection array using strict comparison. Parameters string|callable|null $key Return Value Collection
Page 264 of 996