Articles tagged laravel.
How I've built Envflow using Laravel & Upstash Redis
I've recently been inspired by Nuno Maduro's project, Pyre. It is a web app that allows you to send short-lived secret messages to anyone you want. These messages are encrypted at rest, and only you…
Announcing our PHP SDKs for Vector
On January 31st, 2024, we announced the public release of Upstash Vector, our serverless vector database designed for storing and querying vector data. With Upstash Vector, you can build powerful…
Using Upstash Redis for Laravel Sessions
HTTP is a stateless protocol, meaning that every request made to a server is independent and doesn't retain any knowledge of previous requests. This can be a challenge when building dynamic web…
Scaling Laravel with Serverless Redis
Laravel is a popular PHP framework for building scalable, high-performance web applications. In this article, we will learn how to use serverless Redis to scale Laravel applications by storing the…