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

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

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

bool hasArgument(string|int $name) Determine if the given argument is present

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

static int destroy(array|int $ids) Destroy the models for the

2025-01-10 15:47:30