FormRequest::only()
  • References/PHP/Laravel/Foundation/Http

array only(array|mixed $keys) Get a subset containing the provided keys

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

mixed getRelation(string $relation) Get a specified relationship.

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

static void creating(Closure|string $callback, int $priority)

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

void resolving(string $abstract, Closure $callback = null)

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
MakesHttpRequests::dontSee()
  • References/PHP/Laravel/Foundation/Testing/Concerns

$this dontSee(string $text) Assert that a given string is not seen on the

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

string|array input(string $key = null, string|array|null $default = null)

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

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

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