Encrypter interface Encrypter (
string getHandlerMethod(mixed $command) Get the handler method for the
mixed channel(string|null $name = null) Get a channel instance by name
Response view(string $view, array $data = array(), int $status = 200, array $headers
bool put(string $path, string|resource $contents, string $visibility = null)
array composer(array|string $views, Closure|string $callback, int|null $priority = null)
void bootstrap() Bootstrap the application for HTTP requests.
int call(string $command, array $parameters = array()) Run an Artisan console
string|null getQueueableClass() Get the type of the entities being queued
string decrypt(string $payload) Decrypt the given value.
Page 47 of 51