Cloud::put()
  • References/PHP/Laravel/Contracts/Filesystem

bool put(string $path, string|resource $contents, string $visibility = null)

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

Cookie make(string $name, string $value, int $minutes, string $path = null, string $domain = null, bool $secure = false, bool $httpOnly = true)

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

string current() Get the current URL for the request.

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

string getRouteKeyName() Get the route key for the model.

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

HandlerResolver interface HandlerResolver (

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

string getHandlerMethod(mixed $command) Get the handler method for the

2025-01-10 15:47:30
Presenter
  • References/PHP/Laravel/Contracts/Pagination

Presenter interface Presenter (

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

bool makeDirectory(string $path) Create a directory.

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

void forever(string $key, mixed $value) Store an item in the cache indefinitely

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

mixed laterOn(string $queue, DateTime|int $delay, string $job, mixed $data = '')

2025-01-10 15:47:30