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

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

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

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

2025-01-10 15:47:30
CommandCreatorServiceProvider::commands()
  • References/PHP/Laravel/Foundation/Providers

void commands(array $commands) Register the package's custom Artisan commands

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

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)

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

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

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

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

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

void beginDatabaseTransaction() Handle database transactions on the specified

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

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

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

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

2025-01-10 15:47:30
User::newCollection()
  • References/PHP/Laravel/Foundation/Auth

Collection newCollection(array $models = array())

2025-01-10 15:47:30