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

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

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
RequestMakeCommand::error()
  • References/PHP/Laravel/Foundation/Console

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

2025-01-10 15:47:30
HandleExceptions::handleException()
  • References/PHP/Laravel/Foundation/Bootstrap

void handleException(Throwable $e)

2025-01-10 15:47:30
CheckForMaintenanceMode
  • References/PHP/Laravel/Foundation/Http/Middleware

CheckForMaintenanceMode class CheckForMaintenanceMode (

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

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

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

$this withoutObservers(array|string $observers) Specify a list of observers

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

$this seeElement(string $selector, array $attributes = array(), bool $negate = false)

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

$this dontSeeInElement(string $element, string $text) Assert that a given

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

void package(string $package, string $namespace = null, string $path = null)

2025-01-10 15:47:30