You are here

Feed aggregator

Envoyer: Extended Deployment Timeouts and New Notification Channels

Laravel Blog - Thu, 02/23/2023 - 12:22
We're excited to announce a few changes we've just shipped to Envoyer.Extended Deployment Timeouts Starting today, all customers on the Premium Plan have a 15 minute timeout on deployments. Customers on the Basic and Plus plans remain limited to 10 minutes.We hope... Thu, 17 Sep 2020 13:33:35 +0000
Categories: Laravel

Jetstream: Customization + Password Confirmation

Laravel Blog - Thu, 02/23/2023 - 12:22
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... Mon, 14 Sep 2020 20:13:17 +0000
Categories: Laravel

Vapor: UI Dashboard Now Has Job Metrics

Laravel Blog - Thu, 02/23/2023 - 12:22
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... Mon, 14 Sep 2020 12:33:45 +0000
Categories: Laravel

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

Laravel Blog - Thu, 02/23/2023 - 12:22
Over the last few weeks, we've been working on many new features and enhancements in Forge. I often tweet about these changes since they don’t warrant a full-blown blog post by themselves, but that means that they're also missed by a lot... Tue, 08 Sep 2020 12:49:26 +0000
Categories: Laravel

Vapor: UI Dashboard Package

Laravel Blog - Thu, 02/23/2023 - 12:22
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... Thu, 03 Sep 2020 13:32:37 +0000
Categories: Laravel

Forge: phpMyAdmin One Click Install

Laravel Blog - Thu, 02/23/2023 - 12:22
Beginning today, phpMyAdmin is now available as a "one click" installation option on Laravel Forge!When installing phpMyAdmin, you will be asked to create an additional database and database user if you have not already done so.If you don’t have a... Wed, 12 Aug 2020 15:43:39 +0000
Categories: Laravel

Forge: New Load Balancer Features

Laravel Blog - Thu, 02/23/2023 - 12:22
Beginning today, you may now customize the "weight" of your load balancer servers, indicating that some servers should serve more traffic than others. In addition, you may now specify servers as "backup" servers. These servers will be used by the load balancer if all of... Wed, 14 Oct 2020 15:15:24 +0000
Categories: Laravel

Vapor: API Gateway 2.0 now supports wildcard custom domain names

Laravel Blog - Thu, 02/23/2023 - 12:22
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... Wed, 12 Aug 2020 06:13:55 +0000
Categories: Laravel

Security Release: Laravel 6.18.35, 7.24.0

Laravel Blog - Thu, 02/23/2023 - 12:22
**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... Fri, 07 Aug 2020 15:34:05 +0000
Categories: Laravel

Security Release: Laravel 6.18.34, 7.23.2

Laravel Blog - Thu, 02/23/2023 - 12:22
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... Thu, 06 Aug 2020 22:56:01 +0000
Categories: Laravel

Forge: Load Balancer Methods

Laravel Blog - Thu, 02/23/2023 - 12:22
Load balancers in Forge are used to distribute web traffic amongst two or more servers and are often used for websites which receive high volumes of traffic.Starting today, you may now choose one of three load balancing methods:Round Robin (previously the default)Least ConnectionsIP Hash Thu, 06 Aug 2020 07:14:37 +0000
Categories: Laravel

Forge: Password Protected Paths

Laravel Blog - Thu, 02/23/2023 - 12:22
We are excited to announce that you can now configure and manage password protected paths within the Forge dashboard.Previously, this had to be done manually by logging into the server and configuring the protection by hand within Nginx configuration files.The... Fri, 31 Jul 2020 15:43:55 +0000
Categories: Laravel

Laravel Cookie Security Releases

Laravel Blog - Thu, 02/23/2023 - 12:22
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... Mon, 27 Jul 2020 19:22:26 +0000
Categories: Laravel

Security Release: Laravel 6.18.29, 7.22.2

Laravel Blog - Thu, 02/23/2023 - 12:22
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... Mon, 27 Jul 2020 18:55:50 +0000
Categories: Laravel

Laravel v7.19.0 released

Laravel Blog - Thu, 02/23/2023 - 12:22
Laravel v7.19.0 is released in 2020/07/07, here are the changes we`ve merged into this release. Tue, 07 Jul 2020 17:56:24 +0000
Categories: Laravel

Forge: Custom Backup Providers

Laravel Blog - Thu, 02/23/2023 - 12:22
Forge now supports using a custom S3 compatible provider for your database backups. When using a custom provider, such as MinIO, you must provide the endpoint and bucket for your S3 compatible host:Configuring... Thu, 18 Jun 2020 15:11:05 +0000
Categories: Laravel

Laravel v7.16.0 released

Laravel Blog - Thu, 02/23/2023 - 12:22
Laravel v7.16.0 is released in 2020/06/16, here are the changes we`ve merged into this release. Tue, 16 Jun 2020 16:52:23 +0000
Categories: Laravel

Forge: Deploy Script Environment Variables

Laravel Blog - Thu, 02/23/2023 - 12:22
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... Tue, 16 Jun 2020 13:04:52 +0000
Categories: Laravel

Forge: Multiple PHP Installations

Laravel Blog - Thu, 02/23/2023 - 12:22
Today we're pleased to announce that Laravel Forge now supports managing multiple versions of PHP on a single server! This new feature is available to all Forge subscription plans.Once installed, you may assign a specific PHP version to any site on your... Tue, 07 Jul 2020 15:08:45 +0000
Categories: Laravel

Laravel v7.15.0 released

Laravel Blog - Thu, 02/23/2023 - 12:22
Laravel v7.15.0 is released in 2020/06/09, here are the changes we`ve merged into this release. Tue, 09 Jun 2020 18:10:57 +0000
Categories: Laravel

Pages

Subscribe to ZenPHP aggregator