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

void line(string $string, string $style = null, null|int|string $verbosity = null)

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

bool confirm(string $question, bool $default = false) Confirm a question

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

void info(string $string) Write a string as information output.

2025-01-10 15:47:30
RouteServiceProvider::compiles()
  • References/PHP/Laravel/Foundation/Support/Providers

static array compiles() Get a list of files that should be compiled

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

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

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

void __construct(Filesystem $files)

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

static Container getInstance()

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

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

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

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

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

bool isDeferred() Determine if the provider is deferred.

2025-01-10 15:47:30