Envoyer: Extended Deployment Timeouts and New Notification Channels

We're excited to announce a few changes we've just shipped to Envoyer.Extended Deployment Timeouts Starting today, all...

James Brooks Sep, 17 2020

Jetstream: Customization + Password Confirmation

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

Taylor Otwell Sep, 14 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

Forge: TLS v1.3, Redis Passwords and more!

Over the last few weeks, we've been working on many new features and enhancements in Forge. I often

James Brooks Sep, 7 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

Forge: phpMyAdmin One Click Install

Beginning today, phpMyAdmin is now available as a "one click" installation option on Laravel Forge!When...

Taylor Otwell Aug, 12 2020

Forge: New Load Balancer Features

Beginning today, you may now customize the "weight" of your load balancer servers, indicating that some servers should serve more...

Taylor Otwell Aug, 12 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

Security Release: Laravel 6.18.35, 7.24.0

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

Taylor Otwell Aug, 7 2020

Security Release: Laravel 6.18.34, 7.23.2

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

Taylor Otwell Aug, 6 2020

Forge: Load Balancer Methods

Load balancers in Forge are used to distribute web traffic amongst two or more servers and are often used for...

James Brooks Aug, 6 2020

Forge: Password Protected Paths

We are excited to announce that you can now configure and manage password protected paths within the Forge dashboard.Previously, this...

James Brooks Jul, 31 2020

Laravel Cookie Security Releases

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

Taylor Otwell Jul, 27 2020

Security Release: Laravel 6.18.29, 7.22.2

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

Taylor Otwell Jul, 27 2020

Laravel v7.19.0 released

Laravel v7.19.0 is released in 2020/07/07, here are the changes we`ve merged into this release.

Tania Blindaruk Jul, 7 2020

Forge: Multiple PHP Installations

Today we're pleased to announce that Laravel Forge now supports managing multiple versions of PHP on a...

James Brooks Jul, 7 2020

Forge: Custom Backup Providers

Forge now supports using a custom S3 compatible provider for your database backups. When using a custom provider, such as...

James Brooks Jun, 18 2020

Laravel v7.16.0 released

Laravel v7.16.0 is released in 2020/06/16, here are the changes we`ve merged into this release.

Tania Blindaruk Jun, 16 2020

Forge: Deploy Script Environment Variables

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

James Brooks Jun, 16 2020

Laravel v7.15.0 released

Laravel v7.15.0 is released in 2020/06/09, here are the changes we`ve merged into this release.

Tania Blindaruk Jun, 9 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

Laravel v7.14.0 released

Laravel v7.14.0 is released in 2020/06/02, here are the changes we`ve merged into this release.

Tania Blindaruk Jun, 2 2020

Laravel v7.13.0 released

Laravel v7.12.0 is released in 2020/05/26, here are the changes we`ve merged into this release.

Tania Blindaruk May, 28 2020

Envoyer: Healthchecker Upgrades

On Tuesday 26th May, we upgraded Envoyer's "health check" servers in NYC, London, and Singapore.Due to the upgrades, the service now operates from three new IP addresses. We have documented the new server IPs here: https://envoyer.io/docsFor convenience, the new IP addresses are...

James Brooks May, 27 2020
Follow the RSS Feed.