As you may know, Vapor allows you to specify which PHP version a given environment runs on. Of course, we want you to be able to use the latest PHP features as soon as possible. Beginning today, you may now specify "php-8.0" as your application's runtime.
Starting today, you may also choose the EU (Milan) region when starting a new project on Vapor. This new region offers low latency for customers seeking to serve end-users in Italy.
Beginning today, all new load balancers will use a security policy that no longer supports TLS 1.0 and TLS 1.1.
Over the last few days, we've been working on some enhancements on Vapor. Starting today, you can now quickly debug failing deployment hooks directly from the console.
Starting today, the Vapor UI allows you to create an RDS proxy to efficiently manage your database connections and allow many more connections than would typically be possible.
When putting your application in maintenance mode using the `vapor down` command, your application will respond with a status code of 503 on every request. Beginning today, you may use the `secret` option on the `vapor down` command to specify a maintenance mode bypass token:...
Starting today, you can now serve assets from the root domain. To get started, just head over to your application's `config/vapor.php` file, and add an array of assets that should be served
Starting today, you can now disable Vapor updates on the laravel-vapor-role role and manage this role yourself in AWS Console. To disable updates on the laravel-vapor-role role, just head over to...
Today we are launching an exciting new feature for Vapor UI Dashboard: Job Metrics. The "Job Metrics" tab allows you to monitor in real-time...
Today on Vapor, we're proud to introduce you to our new open-source package: Vapor UI. In short, this package provides a beautiful dashboard through your application that allows you to monitor your application's logs...
Amazon just announced that API Gateway 2.0 now supports wildcard custom domain names. With this new feature, you can now combine a wildcard domain...
Today we released version v1.7.0 of `laravel/vapor-cli`. This release includes a new `tinker` command. Using the new command, you can execute code on Vapor using Laravel Tinker.