Store::decrement()
  • References/PHP/Laravel/Contracts/Cache

int|bool decrement(string $key, mixed $value = 1) Decrement the value of

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

ContextualBindingBuilder

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

mixed getQueueableId() Get the queueable identity for the entity.

2025-01-10 15:47:30
ExceptionHandler::renderForConsole()
  • References/PHP/Laravel/Contracts/Debug

void renderForConsole(OutputInterface $output, Exception $e)

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

void booting(mixed $callback) Register a new boot listener.

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

RedirectResponse redirectToIntended(string $default = '/', int

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

JsonResponse json(string|array $data = array(), int $status = 200, array

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

void subscribe(object|string $subscriber) Register an event subscriber

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

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

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

string action(string $action, mixed $parameters = array(), bool $absolute = true)

2025-01-10 15:47:30