FoundationServiceProvider::__construct()
  • References/PHP/Laravel/Foundation/Providers

void __construct(Application $app)

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

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

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

void session(array $data) Set the session to the given array.

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

bool|null fire() Execute the console command.

2025-01-10 15:47:30
SendsPasswordResetEmails
  • References/PHP/Laravel/Foundation/Auth

SendsPasswordResetEmails trait SendsPasswordResetEmails (

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

$this prependMiddleware(string $middleware) Add a new middleware to beginning

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

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

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

$this seeInField(string $selector, string $expected, bool $negate = false)

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

void __construct(string $element, string $text) Create a new constraint

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

void setLaravel(Application $laravel)

2025-01-10 15:47:30