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.
Laravel v6.12.0 is released in 2020/01/21, here are the changes we`ve merged into this release.
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...
Laravel v6.11.0 is released in 2020/01/14, here are the changes we`ve merged into this release.
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...
Topics: kicking off the "Artisan Inspire" series, Vapor multi-domain support, Laravel Airlock.
Laravel v6.10.0 is released in 2020/01/07, here are the changes we`ve merged into this release.
Topics: Union Types, SPA Authentication, Laravel UI, Middleware Priority, Laracon 2020.
Laravel v6.8.0 is released in 2019/12/17, here are the changes we`ve merged into this release.
Topics: Laracon VIII, Laravel UI, Passport, Authentication.
Laravel v6.7.0 is released in 2019/12/10, here are the changes we`ve merged into this release.
Laravel v6.6.2 is released in 2019/12/05, here are the changes we`ve merged into this release.
For a while now, Forge has allowed you to create and manage additional databases and users if you were using...