Paginator::render()
  • References/PHP/Laravel/Contracts/Pagination

string render(string|null $view = null) Render the paginator using a given

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

$this|string fragment(string|null $fragment = null) Get / set the URL fragment

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

int append(string $path, string $data) Append to a file.

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

void __construct(string $class, mixed $id) Create a new model identifier

2025-01-10 15:47:30
Log::useFiles()
  • References/PHP/Laravel/Contracts/Logging

void useFiles(string $path, string $level = 'debug') Register a file log

2025-01-10 15:47:30
Contracts\Foundation
  • References/PHP/Laravel/Contracts

Illuminate\Contracts\Foundation Interfaces

2025-01-10 15:47:30
ModelIdentifier
  • References/PHP/Laravel/Contracts/Database

ModelIdentifier class ModelIdentifier (

2025-01-10 15:47:30
Application::singleton()
  • References/PHP/Laravel/Contracts/Foundation

void singleton(string|array $abstract, Closure|string|null $concrete = null)

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

void alias(string $abstract, string $alias) Alias a type to a different

2025-01-10 15:47:30
HandlerResolver::resolveHandler()
  • References/PHP/Laravel/Contracts/Bus

mixed resolveHandler(mixed $command) Get the handler instance for the given

2025-01-10 15:47:30