Laravel v7.12.0 is released in 2020/05/26, here are the changes we`ve merged into this release.
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...
Starting today, you can add Imagick support to your projects by importing an external Lambda layer. This change decreases the size of the default Vapor runtime layer and allows customers that don't use Imagick to upload larger applications without worrying about AWS Lambda application size...
Beginning today, Forge will provision all new servers with Ubuntu 20.04, the latest Ubuntu LTS release. If you would like to provision a new server using Forge's "Custom VPS" option, you should now ensure your server Ubuntu 20.04 installed. In addition, we have introduced support...
Beginning today, Forge will no longer install beanstalkd on new servers. We have noted an increase in provisioning failures due to the beanstalkd service failing. In addition, beanstalkd usage among Laravel users has declined sharply with the introduction of more robust tools like...
Laravel v7.12.0 is released in 2020/05/19, here are the changes we`ve merged into this release.
After the v9.0.0 release for Passport on Tuesday, we discovered an incompatibility with Personal Access Clients and the new client secret hashing feature. The fix that required for this introduces a breaking change for anyone who has already hashed the secret key of their Personal...
Forge can now send deployment notifications to your Telegram group chat.You can configure Telegram within the Notifications tab of your site. Check the documentation here.Like with Slack notifications, Forge will notify you on the success and failure of a deployment.We’ll...
Laravel v7.10.0 is released in 2020/05/05, here are the changes we`ve merged into this release.
At the beginning of April, we deployed a change to all new and existing Forge servers to randomize the composer self-update cron task.Previously, all Forge servers would attempt to update Composer at midnight which was unintentionally DDoS Composer's servers.
Hey everyone!As many of you know, we had to cancel Laracon US 2020 due to the ongoing pandemic and travel...
Today I released Laravel 7.9.0. This release includes two improvements for Blade components.Blade Echo Within AttributesFirst, the release fixes a developer experience issue when using Blade components in combination with Laravel Livewire. Previously, specifying a wire:click attribute on a component that utilizes an in-scope PHP...
Laravel v7.7.0 is released in 2020/04/21, here are the changes we`ve merged into this release.
Today we are launching an exciting new feature for Laravel...
Laravel v7.6.0 is released in 2020/04/14, here are the changes we`ve merged into this release.
When you launch an application on Laravel Vapor, we use AWS API Gateway to point web traffic to the AWS Lambda function that is powering your application. Normally, this is all magic that happens behind the scenes when using Vapor.A few months ago, Amazon released...
Laravel v7.5.0 is released in 2020/04/07, here are the changes we`ve merged into this release.
We're very excited to announce the immediate availability of Cashier v11. This release of Cashier introduces support for Multiplan Subscriptions as well as Stripe's new Tax Rates feature.Multiplan SubscriptionsMultiplan subscriptions allow you to assign multiple billing plans to a single subscription....
Laravel v7.4.0 is released in 2020/03/31, here are the changes we`ve merged into this release.
Due to a trademark dispute regarding the name "Airlock", we have renamed Laravel Airlock to Laravel Sanctum (https://github.com/laravel/sanctum) and have tagged its initial release.You may install Sanctum using composer require laravel/sanctum. All APIs and configuration options remain the same; however, all references to...
Laravel v7.2.0 is released in 2020/03/17, here are the changes we`ve merged into this release.
Today we released Laravel 7.1.2 to address a possible XSS related attack vector in the Laravel 7.x Blade Component tag attributes when users are allowed to dictate the value of attributes. All Laravel 7.x users are encouraged to upgrade as soon as possible.We would like...
Laravel v7.1.0 is released in 2020/03/10, here are the changes we`ve merged into this release.
Laravel v7.0.0 is released in 2020/03/03.