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
Mailer
  • References/PHP/Laravel/Contracts/Mail

Mailer interface Mailer (

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

mixed resolve(string $type, mixed $id) Resolve the entity for the given

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

int lastModified(string $path) Get the file's last modification time.

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

mixed pull(string $key, mixed $default = null) Retrieve an item from the

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

$this after(callable $callback) Register a callback to run after all Gate

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

mixed get(string|array $key) Retrieve an item from the cache by key.

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
Filesystem::size()
  • References/PHP/Laravel/Contracts/Filesystem

int size(string $path) Get the file size of a given file.

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

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

2025-01-10 15:47:30