User::setConnection()
  • References/PHP/Laravel/Foundation/Auth

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

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

$this seeJsonStructure(array $structure = null, array|null $responseData = null)

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

$this json(string $method, string $uri, array $data = array(), array $headers = array())

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

void dump() Dump the content from the last response.

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

void registerCommand(Command $command) Register the given command with

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

$this visitRoute(string $route, array $parameters = array()) Visit the

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

void fire() Execute the console command.

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

void __construct(Application $app)

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

ServiceProvider register(

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

$this assertRedirectedTo(string $uri, array $with = array()) Assert whether

2025-01-10 15:47:30