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

void afterLoadingEnvironment(Closure $callback)

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

$this doesntExpectModelEvents(string $model, array|string $events) Specify

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

void assertSessionHas(string|array $key, mixed $value = null) Assert that

2025-01-10 15:47:30
FoundationServiceProvider
  • References/PHP/Laravel/Foundation/Providers

FoundationServiceProvider class FoundationServiceProvider extends

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

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

2025-01-10 15:47:30
HasText::toString()
  • References/PHP/Laravel/Foundation/Testing/Constraints

string toString() Returns a string representation of the object.

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

bool hasArgument(string|int $name) Determine if the given argument is present

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

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

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

void boot() Bootstrap the application events.

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

void comment(string $string, null|int|string $verbosity = null) Write a

2025-01-10 15:47:30