ListenerMakeCommand::getLaravel()

Application getLaravel() Get the Laravel application instance. Return Value Application

LengthAwarePaginator::isEmpty()

bool isEmpty() Determine if the list of items is empty or not. Return Value bool

JobMakeCommand::comment()

void comment(string $string, null|int|string $verbosity = null) Write a string as comment output. Parameters string $string null|int|string $verbosity Return Value void

JobMakeCommand::confirm()

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

JobMakeCommand::callSilent()

int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int

JobMakeCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int

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

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

DatabaseStore::getEncrypter()

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