TestCase::visit()

$this visit(string $uri) Visit the given URI with a GET request. Parameters string $uri Return Value $this

MailMessage::attach()

$this attach(string $file, array $options = array()) Attach a file to the message. Parameters string $file array $options Return Value $this

Queue::laterOn()

mixed laterOn(string $queue, DateTime|int $delay, string $job, mixed $data = '') Push a new job onto the queue after a delay. Parameters string $queue DateTime|int $delay string $job mixed $data Return Value mixed

PolicyMakeCommand::arguments()

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

Validator::fails()

bool fails() Determine if the data fails the validation rules. Return Value bool

ClearCommand::hasArgument()

bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool

UserTrait::getAuthIdentifier()

mixed getAuthIdentifier() Get the unique identifier for the user. Return Value mixed

PolicyMakeCommand::option()

string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array

RouteCacheCommand

RouteCacheCommand class RouteCacheCommand extends Command (View source) Methods void __construct(Filesystem $files) Create a new route command instance. int run(InputInterface $input, OutputInterface $output) Run the console command. from Command int call(string $command, array $arguments = array()) Call another console command. from Command int callSilent(string $command, array $arguments = array()) Call another console command silently. from Command bool hasArgument(str

EventMakeCommand::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