ModelMakeCommand::arguments()
  • References/PHP/Laravel/Foundation/Console

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

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

$this dontSeeJson(array $data = null) Assert that the response doesn't

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

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

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

int run(InputInterface $input, OutputInterface $output) Run the console

2025-01-10 15:47:30
Application::configureMonologUsing()
  • References/PHP/Laravel/Foundation

$this configureMonologUsing(callable $callback) Define a callback to be

2025-01-10 15:47:30
Application::environmentFile()
  • References/PHP/Laravel/Foundation

string environmentFile() Get the environment file the application is using

2025-01-10 15:47:30
Application::isAlias()
  • References/PHP/Laravel/Foundation

bool isAlias(string $name) Determine if a given string is an alias.

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

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

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

void seed(string $class = 'DatabaseSeeder') Seed a given database connection

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

string askWithCompletion(string $question, array $choices, string $default = null)

2025-01-10 15:47:30