PasswordBroker::validateNewPassword()
  • References/PHP/Laravel/Contracts/Auth

bool validateNewPassword(array $credentials) Determine if the passwords

2025-01-10 15:47:30
UrlGenerator::to()
  • References/PHP/Laravel/Contracts/Routing

string to(string $path, mixed $extra = array(), bool $secure = null) Generate

2025-01-10 15:47:30
Job::getName()
  • References/PHP/Laravel/Contracts/Queue

string getName() Get the name of the queued job class.

2025-01-10 15:47:30
View::with()
  • References/PHP/Laravel/Contracts/View

$this with(string|array $key, mixed $value = null) Add a piece of data

2025-01-10 15:47:30
LengthAwarePaginator::previousPageUrl()
  • References/PHP/Laravel/Contracts/Pagination

string|null previousPageUrl() Get the URL for the previous page, or null

2025-01-10 15:47:30
Database::command()
  • References/PHP/Laravel/Contracts/Redis

mixed command(string $method, array $parameters = array()) Run a command

2025-01-10 15:47:30
Factory::make()
  • References/PHP/Laravel/Contracts/Cookie

Cookie make(string $name, string $value, int $minutes, string $path = null, string $domain = null, bool $secure = false, bool $httpOnly = true)

2025-01-10 15:47:30
Repository::has()
  • References/PHP/Laravel/Contracts/Cache

bool has(string $key) Determine if an item exists in the cache.

2025-01-10 15:47:30
UrlRoutable::getRouteKeyName()
  • References/PHP/Laravel/Contracts/Routing

string getRouteKeyName() Get the route key for the model.

2025-01-10 15:47:30
Encrypter
  • References/PHP/Laravel/Contracts/Encryption

Encrypter interface Encrypter (

2025-01-10 15:47:30