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.
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...
Topics: Laravel 7.x, Forge, Vapor, Speaking vs. Silence
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:
Laravel v6.17.0 is released in 2020/02/25, here are the changes we`ve merged into this release.
Laravel v6.16.0 is released in 2020/02/18, here are the changes we`ve merged into this release.
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...
Yesterday we launched an exciting new feature for Laravel Forge: database backups! Laravel team member James Brooks has...
Laravel v6.15.0 is released in 2020/02/11, here are the changes we`ve merged into this release.
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....
Laravel v6.14.0 is released in 2020/02/04, here are the changes we`ve merged into this release.
Topics: Laracon Online, Inertia.js, Livewire, SPAs, Reviewing The Day
Laravel v6.13.0 is released in 2020/01/28, here are the changes we`ve merged into this release.