HandleExceptions
  • References/PHP/Laravel/Foundation/Bootstrap

HandleExceptions class HandleExceptions (

2025-01-10 15:47:30
MakesHttpRequests::seeElement()
  • References/PHP/Laravel/Foundation/Testing/Concerns

$this seeElement(string $selector, array $attributes = array(), bool $negate = false)

2025-01-10 15:47:30
Validator::shouldReceive()
  • References/PHP/Laravel/Support/Facades

static Expectation shouldReceive() Initiate a mock expectation

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

mixed offsetGet(mixed $key) Get the item at the given offset.

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

int call(string $command, array $arguments = array()) Call another console

2025-01-10 15:47:30
Store::handlerNeedsRequest()
  • References/PHP/Laravel/Session

bool handlerNeedsRequest() Determine if the session handler needs a request

2025-01-10 15:47:30
MailQueue::queue()
  • References/PHP/Laravel/Contracts/Mail

mixed queue(string|array $view, array $data, Closure|string $callback, string $queue = null)

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
MorphPivot::totallyGuarded()
  • References/PHP/Laravel/Database/Eloquent/Relations

bool totallyGuarded() Determine if the model is totally guarded.

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

RedirectResponse redirectGuest(string $path, int $status = 302

2025-01-10 15:47:30