Laravel v7.7.0 released

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

Forge: Metric Monitoring

Today we are launching an exciting new feature for Laravel...

Taylor Otwell Apr, 16 2020

Laravel v7.6.0 released

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

Vapor: HTTP APIs / API Gateway 2.0

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

Mohamed Said Apr, 10 2020

Laravel v7.5.0 released

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

Cashier v11

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

Dries Vints Apr, 7 2020

Laravel v7.4.0 released

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

Airlock Renamed To Sanctum

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

Taylor Otwell Mar, 20 2020

Laravel v7.2.0 released

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

Security: Laravel 7.1.2 Released

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

Taylor Otwell Mar, 13 2020

Laravel v7.1.0 released

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

Laravel v7.0.0 released

Laravel v7.0.0 is released in 2020/03/03.

Forge: Revoking LetsEncrypt Certificates

On February 29 2020, Let's Encrypt discovered a bug affecting millions of issued SSL certificates. These certificates will be revoked on March 4th. You can read the announcement on LetsEncrypt website.In order to ensure your sites certificates remain in place, we recommend you...

Mohamed Said Mar, 3 2020

Laravel Snippet #23: Laravel 7.x, Forge, Vapor, Speaking vs. Silence

Topics: Laravel 7.x, Forge, Vapor, Speaking vs. Silence

Taylor Otwell Feb, 28 2020

Vapor: Custom Lambda Events

Today we released laravel/vapor-core version v2.5.1 with the ability to handle custom Lambda events. To get started, implement a vapor:handle artisan command in your application with the following signature:vapor:handle {payload}To extract the event payload from the payload argument, you should base64_decode and json_decode the string:

Mohamed Said Feb, 26 2020

Laravel v6.17.0 released

Laravel v6.17.0 is released in 2020/02/25, here are the changes we`ve merged into this release.

Laravel v6.16.0 released

Laravel v6.16.0 is released in 2020/02/18, here are the changes we`ve merged into this release.

Laracon US 2020 Coupon Contest

We've partnered with ContestKit to offer the chance to win a 20% coupon for Laracon US 2020 tickets!We will not be using the collected email addresses for anything other than notifying those who win and we will not be sharing or selling the email addresses...

Taylor Otwell Feb, 17 2020

Forge: Database Backups Now Supported

Yesterday we launched an exciting new feature for Laravel Forge: database backups! Laravel team member James Brooks has...

Taylor Otwell Feb, 12 2020

Laravel v6.15.0 released

Laravel v6.15.0 is released in 2020/02/11, here are the changes we`ve merged into this release.

Vapor: Job Timeouts

On February 10th, we've released v2.4.1 of laravel/vapor-core. This release includes an important fix for long running queued jobs. Before this fix, long running jobs were left to be terminated by Lambda after reaching the timeout set by queue-timeout in your vapor.yml file....

Mohamed Said Feb, 11 2020

Laravel v6.14.0 released

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

Laravel Snippet #22: Laracon Online, Inertia.js, Livewire, SPAs, Reviewing The Day

Topics: Laracon Online, Inertia.js, Livewire, SPAs, Reviewing The Day

Taylor Otwell Jan, 31 2020

Laravel v6.13.0 released

Laravel v6.13.0 is released in 2020/01/28, here are the changes we`ve merged into this release.

Follow the RSS Feed.