ListenerMakeCommand::getOutput()

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

MakesHttpRequests::getJson()

$this getJson(string $uri, array $headers = array()) Visit the given URI with a GET request, expecting a JSON response. Parameters string $uri array $headers Return Value $this

DatabaseStore::getEncrypter()

Encrypter getEncrypter() Get the encrypter instance. Return Value Encrypter

CallbackEvent::appendOutputTo()

$this appendOutputTo(string $location) Append the output of the command to a given location. Parameters string $location Return Value $this

FormRequest::accepts()

bool accepts(string|array $contentTypes) Determines whether the current requests accepts a given content type. Parameters string|array $contentTypes Return Value bool

InteractsWithAuthentication::seeCredentials()

$this seeCredentials(array $credentials, string|null $guard = null) Assert that the given credentials are valid. Parameters array $credentials string|null $guard Return Value $this

Collection::shuffle()

Collection shuffle(int $seed = null) Shuffle the items in the collection. Parameters int $seed Return Value Collection

Collection::first()

mixed first(callable $callback = null, mixed $default = null) Get the first item from the collection. Parameters callable $callback mixed $default Return Value mixed

User::offsetUnset()

void offsetUnset(mixed $offset) Unset the value for a given offset. Parameters mixed $offset Return Value void

Redirect::swap()

static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void