RouteCacheCommand::hasOption()
  • References/PHP/Laravel/Foundation/Console

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

2025-01-10 15:47:30
JobMakeCommand::hasOption()
  • References/PHP/Laravel/Foundation/Console

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

2025-01-10 15:47:30
ClosureCommand::call()
  • References/PHP/Laravel/Foundation/Console

int call(string $command, array $arguments = array()) Call another console

2025-01-10 15:47:30
FormRequest::format()
  • References/PHP/Laravel/Foundation/Http

string format(string $default = 'html') Get the data format expected in

2025-01-10 15:47:30
ChangesCommand::getLaravel()
  • References/PHP/Laravel/Foundation/Console

Application getLaravel()

2025-01-10 15:47:30
CommandMakeCommand::ask()
  • References/PHP/Laravel/Foundation/Console

string ask(string $question, string $default = null) Prompt the user for

2025-01-10 15:47:30
ViewClearCommand::line()
  • References/PHP/Laravel/Foundation/Console

void line(string $string) Write a string as standard output.

2025-01-10 15:47:30
MakesHttpRequests::postJson()
  • References/PHP/Laravel/Foundation/Testing/Concerns

$this postJson(string $uri, array $data = array(), array $headers = array())

2025-01-10 15:47:30
TestCase::deleteJson()
  • References/PHP/Laravel/Foundation/Testing

$this deleteJson(string $uri, array $data = array(), array $headers = array())

2025-01-10 15:47:30
ProviderMakeCommand::argument()
  • References/PHP/Laravel/Foundation/Console

string|array argument(string $key = null) Get the value of a command argument

2025-01-10 15:47:30