QueueingDispatcher::dispatchNow()
  • References/PHP/Laravel/Contracts/Bus

mixed dispatchNow(mixed $command, Closure $afterResolving = null)

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

void afterResolving(string $abstract, Closure $callback = null)

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

string getVisibility(string $path) Get the visibility for the given path

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

Response authorize(string $ability, array|mixed $arguments = array())

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

MailQueue interface MailQueue (

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

array many(array $keys) Retrieve multiple items from the cache by key.

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

Response make(string $content = '', int $status = 200, array $headers = array())

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

int|null id() Get the ID for the currently authenticated user.

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

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

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

$this appends(array|string $key, string|null $value = null) Add a set of

2025-01-10 15:47:30