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.

Tania Blindaruk Feb, 25 2020

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.

Tania Blindaruk Feb, 18 2020

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.

Tania Blindaruk Feb, 11 2020

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.

Tania Blindaruk Feb, 4 2020

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.

Tania Blindaruk Jan, 28 2020

Laravel v6.12.0 released

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

Tania Blindaruk Jan, 21 2020

Vapor: Separate Queue Lambdas

Starting today, new Vapor deployments will ensure a separate AWS Lambda function exists for running your queued jobs.Before this change, queued jobs executed within the CLI Lambda. This Lambda is also used for running deployment commands, CLI commands, and scheduled jobs. However, there were potential...

Mohamed Said Jan, 14 2020

Laravel v6.11.0 released

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

Tania Blindaruk Jan, 14 2020

Vapor: Rotating Your RDS SSL/TLS Certificates

Amazon RDS has published new SSL/TLS certificates for connecting to your RDS databases. The current certificates will expire on March 5th, 2020.All Vapor users using RDS databases in their projects should update their instances to the new certificates.You should ensure your Vapor project requires the...

Mohamed Said Jan, 10 2020

Laravel Snippet #21: "Artisan Inspire", Vapor multi-domain support, Laravel Airlock

Topics: kicking off the "Artisan Inspire" series, Vapor multi-domain support, Laravel Airlock.

Taylor Otwell Jan, 10 2020

Laravel v6.10.0 released

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

Tania Blindaruk Jan, 7 2020

Laravel Snippet #20: Union Types, SPA Authentication, Laravel UI, Middleware Priority, Laracon 2020

Topics: Union Types, SPA Authentication, Laravel UI, Middleware Priority, Laracon 2020.

Taylor Otwell Dec, 20 2019

Laravel v6.8.0 released

Laravel v6.8.0 is released in 2019/12/17, here are the changes we`ve merged into this release.

Tania Blindaruk Dec, 17 2019

Laravel Snippet #19: Laracon VIII, Laravel UI, Passport, Authentication

Topics: Laracon VIII, Laravel UI, Passport, Authentication.

Taylor Otwell Dec, 13 2019

Laravel v6.7.0 released

Laravel v6.7.0 is released in 2019/12/10, here are the changes we`ve merged into this release.

Tania Blindaruk Dec, 10 2019

Laravel v6.6.2 released

Laravel v6.6.2 is released in 2019/12/05, here are the changes we`ve merged into this release.

Tania Blindaruk Dec, 5 2019

Forge: Postgres Database + User Management

For a while now, Forge has allowed you to create and manage additional databases and users if you were using...

Taylor Otwell Dec, 5 2019

Laravel v6.6.1 released

Laravel v6.6.1 is released in 2019/12/03, here are the changes we`ve merged into this release.

Tania Blindaruk Dec, 3 2019

Laravel v6.6.0 released

Laravel v6.6.0 is released in 2019/11/26, here are the changes we`ve merged into this release.

Tania Blindaruk Nov, 26 2019
Follow the RSS Feed.