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

bool isJson() Determine if the request is sending JSON.

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

array getVisible() Get the visible attributes for the model.

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

static Model forceCreate(array $attributes)

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

bool relationLoaded(string $key) Determine if the given relation is loaded

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

bool choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)

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

bool|int update(array $attributes = array(), array $options = array()) Update

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

static Collection|

2025-01-10 15:47:30