ListenerMakeCommand::options()
  • References/PHP/Laravel/Foundation/Console

array options() Get all of the options passed to the command.

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

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

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

void bootstrap() Bootstrap the application for HTTP requests.

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

string|array option(string $key = null) Get the value of a command option

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

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

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

OutputInterface getOutput() Get the output implementation.

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

void __construct(Composer $composer)

2025-01-10 15:47:30
Application::resolved()
  • References/PHP/Laravel/Foundation

bool resolved(string $abstract) Determine if the given abstract type has

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

$this seeText(string $text, bool $negate = false) Assert that a given string

2025-01-10 15:47:30
AuthenticatesAndRegistersUsers::showLoginForm()
  • References/PHP/Laravel/Foundation/Auth

Response showLoginForm()

2025-01-10 15:47:30