Application::booted()
  • References/PHP/Laravel/Foundation

void booted(mixed $callback) Register a new "booted" listener.

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

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

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

string secret(string $question, bool $fallback = true) Prompt the user

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

void __construct(Filesystem $files)

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

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

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

static bool matchesType(string $actual, string $type) Determine

2025-01-10 15:47:30
ChangesCommand::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
KeyGeneratorServiceProvider::isDeferred()
  • References/PHP/Laravel/Foundation/Providers

bool isDeferred() Determine if the provider is deferred.

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

array writeManifest(array $manifest) Write the service manifest file to

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

string secret(string $question, bool $fallback = true) Prompt the user

2025-01-10 15:47:30