SlackMessage::to()

$this to(string $channel) Set the Slack channel the message should be sent to. Parameters string $channel Return Value $this

DatabaseSessionHandler::write()

write($sessionId, $data) {@inheritdoc} Parameters $sessionId $data

CacheMissed::__construct()

void __construct(string $key, array $tags = array()) Create a new event instance. Parameters string $key array $tags Return Value void

PostTooLargeException

PostTooLargeException class PostTooLargeException extends Exception (View source)

ConfigClearCommand::setLaravel()

void setLaravel(Application $laravel) Set the Laravel application instance. Parameters Application $laravel Return Value void

EncryptedStore::__construct()

void __construct(string $name, SessionHandlerInterface $handler, Encrypter $encrypter, string|null $id = null) Create a new session instance. Parameters string $name SessionHandlerInterface $handler Encrypter $encrypter string|null $id Return Value void

Notification::__wakeup()

void __wakeup() Restore the model after serialization. Return Value void

PostgresBuilder::create()

void create(string $table, Closure $callback) Create a new table on the schema. Parameters string $table Closure $callback Return Value void

Paginator::getFacadeApplication()

static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application

FilesystemManager::drive()

Filesystem drive(string $name = null) Get a filesystem instance. Parameters string $name Return Value Filesystem