LengthAwarePaginator::items()
  • References/PHP/Laravel/Contracts/Pagination

array items() Get all of the items being paginated.

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

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

2025-01-10 15:47:30
SupportsBasicAuth::onceBasic()
  • References/PHP/Laravel/Contracts/Auth

Response|null onceBasic(string $field = 'email', array $extraConditions = array())

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

mixed store(string|null $name = null) Get a cache store instance by name

2025-01-10 15:47:30
Broadcaster::validAuthenticationResponse()
  • References/PHP/Laravel/Contracts/Broadcasting

mixed validAuthenticationResponse(Request $request, mixed $result)

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

Queue connection(string $name = null)

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

$this through(dynamic|array $stops) Set the stops of the pipeline.

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

string encrypt(string $value) Encrypt the given value.

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

RedirectResponse redirectToRoute(string $route, array $parameters

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

string|null nextPageUrl() The the URL for the next page, or null.

2025-01-10 15:47:30