ConfigPublishCommand::callSilent()
  • References/PHP/Laravel/Foundation/Console

int callSilent(string $command, array $arguments = array()) Call another

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

array except(array|mixed $keys) Get all of the input except for a specified

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

string|null segment(int $index, string|null $default = null) Get a segment

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

OutputInterface getOutput() Get the output implementation.

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

bool hasFile(string $key) Determine if the uploaded data contains a file

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

void warn(string $string) Write a string as warning output.

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

CheckForMaintenanceMode class CheckForMaintenanceMode (

2025-01-10 15:47:30
ConfigureLogging
  • References/PHP/Laravel/Foundation/Bootstrap

ConfigureLogging class ConfigureLogging (

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

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

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

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

2025-01-10 15:47:30