Vapor

Vapor: PHP 8.0 Runtime Is Now Available

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.

Nuno Maduro Nov, 25 2020

Vapor: EU (Milan) Region Is Now Available

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.

Nuno Maduro Nov, 19 2020

Vapor: Load Balancer Security Policy Updates

Beginning today, all new load balancers will use a security policy that no longer supports TLS 1.0 and TLS 1.1.

Nuno Maduro Nov, 17 2020

Vapor: Debugging Hooks, CI Deployments, and more!

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.

Nuno Maduro Oct, 22 2020

Vapor: RDS Proxies Now Available

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.

Nuno Maduro Oct, 14 2020

Vapor: Bypassing Maintenance Mode

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:...

Mohamed Said Sep, 29 2020

Vapor: Serving Assets From The Root Domain

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

Nuno Maduro Sep, 23 2020

Vapor: Customize Default Role

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...

Nuno Maduro Sep, 18 2020

Vapor: UI Dashboard Now Has Job Metrics

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...

Nuno Maduro Sep, 14 2020

Vapor: UI Dashboard Package

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...

Nuno Maduro Sep, 3 2020

Vapor: API Gateway 2.0 now supports wildcard custom domain names

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...

Nuno Maduro Aug, 12 2020

Vapor Tinker Command

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.

Mohamed Said Jun, 9 2020
Follow the RSS Feed.