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

void resolving(string $abstract, Closure $callback = null)

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

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

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

$this seeIsAuthenticated(string|null $guard = null) Assert that the user

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

void terminate(InputInterface $input, int $status) Terminate the application

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
RouteListServiceProvider::guessPackagePath()
  • References/PHP/Laravel/Foundation/Providers

string guessPackagePath() Guess the package path for the provider.

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

string guessPackagePath() Guess the package path for the provider.

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

MaintenanceServiceProvider class MaintenanceServiceProvider extends

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

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

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

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

2025-01-10 15:47:30