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

$this dontSeeLink(string $text, string|null $url = null) Assert that a

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

string getAuthIdentifierName() Get the name of the unique identifier for

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

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

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

string secret(string $question, bool $fallback = true) Prompt the user

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

void info(string $string) Write a string as information output.

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

bool touch() Update the model's update timestamp.

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

$this seeIsAuthenticatedAs($user, string|null $guard = null) Assert that

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

string|null prefers(string|array $contentTypes) Return the most suitable

2025-01-10 15:47:30
HasLink::matches()
  • References/PHP/Laravel/Foundation/Testing/Constraints

bool matches(Crawler|string $crawler) Check if the link is found in the

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

void question(string $string, null|int|string $verbosity = null) Write

2025-01-10 15:47:30