TestCase::dump()
  • References/PHP/Laravel/Foundation/Testing

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

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

$this putJson(string $uri, array $data = array(), array $headers = array())

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

mixed __get(string $key) Get an input element from the request.

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

array|null loadManifest() Load the service provider manifest JSON file

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
SendsPasswordResetEmails::showLinkRequestForm()
  • References/PHP/Laravel/Foundation/Auth

Response showLinkRequestForm()

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
JobMakeCommand::getOutput()
  • References/PHP/Laravel/Foundation/Console

OutputInterface getOutput() Get the output implementation.

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

int run(InputInterface $input, OutputInterface $output) Run the console

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

$this append(array|string $attributes) Append attributes to query when

2025-01-10 15:47:30