MakesHttpRequests::withoutMiddleware()
  • References/PHP/Laravel/Foundation/Testing/Concerns

$this withoutMiddleware() Disable middleware for the test.

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

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

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

void bootstrap(Application $app)

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

void fire(Job $job, array $data)

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

string secret(string $question, bool $fallback = true) Prompt the user

2025-01-10 15:47:30
TailCommand::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
MakesHttpRequests::assertResponseStatus()
  • References/PHP/Laravel/Foundation/Testing/Concerns

$this assertResponseStatus(int $code) Assert that the client response has

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

mixed offsetGet(mixed $offset) Get the value for a given offset.

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

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

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

$this setConnection(string $name) Set the connection associated with the

2025-01-10 15:47:30