ListFailedCommand::getOutput()

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

FlushFailedCommand::__construct()

void __construct() Create a new console command instance. Return Value void

ArtisanServiceProvider::pathsToPublish()

static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array

AssertionsTrait::assertRedirectedToAction()

void assertRedirectedToAction(string $name, array $parameters = array(), array $with = array()) Assert whether the client was redirected to a given action. Parameters string $name array $parameters array $with Return Value void

FormRequest::input()

string|array input(string $key = null, string|array|null $default = null) Retrieve an input item from the request. Parameters string $key string|array|null $default Return Value string|array

ChangesCommand::question()

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

ProviderMakeCommand::secret()

string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string

EventMakeCommand::error()

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

ScheduleRunCommand::confirm()

bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool

TestCase::assertResponseStatus()

$this assertResponseStatus(int $code) Assert that the client response has a given code. Parameters int $code Return Value $this