Vapor

Vapor: PHP 8.2 Release Candidate Is Now Supported

Starting today, you may use PHP 8.2 Release Candidates in your Vapor environments. To get started, simply specify "php-8.2:al2" as your preferred runtime in your "vapor.yml" configuration file.

Joe Dixon Oct, 17 2022

Laravel: New Environment Encryption Commands

Laravel v9.32.0 saw the release of two new Artisan commands; `env:encrypt` and `env:decrypt`.

Joe Dixon Oct, 11 2022

Vapor: Managing DNS

In this post, we'll discuss the different approaches to managing your DNS when attaching a custom domain to your Vapor project.

Joe Dixon Sep, 23 2022

Vapor: Free Sandbox Accounts

Introduding Vapor sandbox accounts. Get started with Vapor for free and see how quick, easy and painless it is to provision, deploy and manage your Laravel application in a serverless environment.

Joe Dixon Sep, 14 2022

Ditching Google Analytics for Fathom

On August 24th, we switched to Fathom Analytics, completely removing our dependency on Google Analytics from this blog, Envoyer, Forge and Vapor.

James Brooks Aug, 30 2022

Vapor: Postgres Improvements

In the latest release of Vapor, we’ve made some big improvements to our support for Postgres.

Joe Dixon Jul, 22 2022

Vapor: Understanding Concurrency

Every application running on Vapor is powered by AWS Lambda, which allows us to run code without needing to think...

Joe Dixon Jun, 23 2022

Vapor: GitHub Integration + Scaffolding

Today, we are excited to announce that you may create Vapor projects by simply connecting your GitHub account and letting Vapor do the rest! Need more details? Here's what we mean. Starting today, Vapor can create a new GitHub repository, deploy the new application to Vapor, and configure GitHub actions to deploy to Vapor each time you push fresh code to your new application.

Nuno Maduro Jun, 13 2022

Vapor: Unlimited Assets & Asset Uploads 10x Faster

We are thrilled to announce that applications may now have unlimited public assets and the 400 public assets hard limit has been removed. In addition, we have made multiple performance enhancements to our deployment pipeline that uploads assets to S3. So, asset uploads are now up to 10x faster.

Nuno Maduro May, 13 2022

Vapor: Aurora Serverless v2 Is Now Available

This new version adds support for MySQL 8.0, and has a faster, more granular, less disruptive scaling than Aurora Serverless v1.

Nuno Maduro May, 6 2022

Vapor: Applications May Now Have Up to 10 GB Of Temporary Storage

AWS recently announced that AWS Lambda now supports up to 10 GB ephemeral storage. In other words, this means that your Vapor environment functions may now hold up to 10 GB of information in the `/tmp` directory.

Nuno Maduro Mar, 28 2022

Log4j Vulnerability Update

Log4j is a Java library by Apache used to log debug messages within applications. It's recently been featured in news outlets around the world due to a vulnerability (known as Log4Shell) that was discovered allowing remote code execution using a specific string.

James Brooks Dec, 15 2021
Follow the RSS Feed.