Application::alias()
  • References/PHP/Laravel/Contracts/Foundation

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

2025-01-10 15:47:30
Kernel
  • References/PHP/Laravel/Contracts/Console

Kernel interface Kernel (

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

int|bool increment(string $key, mixed $value = 1) Increment the value of

2025-01-10 15:47:30
Gate::getPolicyFor()
  • References/PHP/Laravel/Contracts/Auth/Access

mixed getPolicyFor(object|string $class) Get a policy instance for a given

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

mixed dispatchNow(mixed $command, mixed $handler = null) Dispatch a command

2025-01-10 15:47:30
MessageBag::isEmpty()
  • References/PHP/Laravel/Contracts/Support

bool isEmpty() Determine if the message bag has any messages.

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

void resource(string $name, string $controller, array $options = array())

2025-01-10 15:47:30
MessageBag::all()
  • References/PHP/Laravel/Contracts/Support

array all(string $format = null) Get all of the messages for every key

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

int currentPage() Determine the current page being paginated.

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

mixed call(callable|string $callback, array $parameters = array(), string|null $defaultMethod = null)

2025-01-10 15:47:30