FormRequest::accepts()

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

CallbackEvent::appendOutputTo()

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

DatabaseStore::getEncrypter()

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

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

InteractsWithPages::dontSeeInField()

$this dontSeeInField(string $selector, string $value) Assert that an input field does not contain the given value. Parameters string $selector string $value Return Value $this

ModelMakeCommand::arguments()

array arguments() Get all of the arguments passed to the command. Return Value array

ModelMakeCommand::hasOption()

bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool

Artisan::swap()

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

ListenCommand::error()

void error(string $string) Write a string as error output. Parameters string $string Return Value void