Encrypter
  • References/PHP/Laravel/Contracts/Encryption

Encrypter interface Encrypter (

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
Factory::channel()
  • References/PHP/Laravel/Contracts/Notifications

mixed channel(string|null $name = null) Get a channel instance by name

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

Response view(string $view, array $data = array(), int $status = 200, array $headers

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

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

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

array composer(array|string $views, Closure|string $callback, int|null $priority = null)

2025-01-10 15:47:30
Kernel::bootstrap()
  • References/PHP/Laravel/Contracts/Http

void bootstrap() Bootstrap the application for HTTP requests.

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

int call(string $command, array $parameters = array()) Run an Artisan console

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

string|null getQueueableClass() Get the type of the entities being queued

2025-01-10 15:47:30
Encrypter::decrypt()
  • References/PHP/Laravel/Contracts/Encryption

string decrypt(string $payload) Decrypt the given value.

2025-01-10 15:47:30