Yesterday we shipped an updated to [Envoyer](https://envoyer.io) that gives deployment steps a much needed refresh. ![Envoyer Deployment Steps](https://laravel-blog-assets.s3.amazonaws.com/zpU2i4q89msOjcUroeNwCA1FJRsxaATVSHP4dCcf.png "Envoyer Deployment Steps") By default, Envoyer will perform four actions when deploying any project: 1. Clone New Release 2. Install Composer Dependencies (if configued) 3. Activate New...
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...
We're excited to announce a few changes we've just shipped to Envoyer.Extended Deployment Timeouts Starting today, all...
As many of you know, we released Laravel 8.x and [Laravel Jetstream](https://jetstream.laravel.com) last week. Thanks to very valuable feedback from the community, I am thrilled to give you an overview of some new customization options and features in Jetstream that I think you will find...
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...
Over the last few weeks, we've been working on many new features and enhancements in Forge. I often
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...
Beginning today, phpMyAdmin is now available as a "one click" installation option on Laravel Forge!When...
Beginning today, you may now customize the "weight" of your load balancer servers, indicating that some servers should serve more...
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...
**Note: This security patch only affects applications using the `$guarded` property on models. In addition, applications that set `$guarded` to `[]` or `['*']` are not affected by the bug described in this post.** Today we are releasing a follow-up to yesterday's security patches. Today's patch...
Today we released a security patch for Laravel 6.x and 7.x. In previous releases of Laravel, it was possible to mass assign Eloquent attributes that included the model's table name: ``` $model->fill(['users.name' => 'Taylor']); ``` When doing so, Eloquent would remove the table name from...
Load balancers in Forge are used to distribute web traffic amongst two or more servers and are often used for...
We are excited to announce that you can now configure and manage password protected paths within the Forge dashboard.Previously, this...
Today we released several fixes to address a security vulnerability in the framework that we were notified of during the weekend. Application's using the "cookie" session driver were the primary applications affected by this vulnerability. **Since we have not yet released a security release for...
Today we have released a security patch for Laravel versions 6.x and 7.x. These releases have been released as Laravel 6.18.29 and 7.22.2. All Laravel users are encouraged to upgrade to these versions as soon as possible. Upgrading to these versions will invalidate any existing...
Laravel v7.19.0 is released in 2020/07/07, here are the changes we`ve merged into this release.
Today we're pleased to announce that Laravel Forge now supports managing multiple versions of PHP on a...
Forge now supports using a custom S3 compatible provider for your database backups. When using a custom provider, such as...
Laravel v7.16.0 is released in 2020/06/16, here are the changes we`ve merged into this release.
We've super-charged custom deployment scripts in Laravel Forge with the addition of dynamic environment variables. When Forge deploys your website, we will now automatically inject several environment variables within the context of your deployment. You can use these to further customize your...
Laravel v7.15.0 is released in 2020/06/09, here are the changes we`ve merged into this release.
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.
Laravel v7.14.0 is released in 2020/06/02, here are the changes we`ve merged into this release.