ViewPublisher::setPackagePath()
  • References/PHP/Laravel/Foundation

void setPackagePath(string $packagePath) Set the default package path.

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

array when() Get the events that trigger this service provider to register

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

void comment(string $string) Write a string as comment output.

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

void boot() Bootstrap the application events.

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

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

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

$this dontSeeIsChecked(string $selector) Assert that the given checkbox

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

void assertSessionMissing(string|array $key) Assert that the session does

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

array provides() Get the services provided by the provider.

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

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

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

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

2025-01-10 15:47:30