You are here

Feed aggregator

Laravel v7.4.0 released

Laravel Blog - Thu, 02/23/2023 - 12:22
Laravel v7.4.0 is released in 2020/03/31, here are the changes we`ve merged into this release. Tue, 31 Mar 2020 20:29:15 +0000
Categories: Laravel

Airlock Renamed To Sanctum

Laravel Blog - Thu, 02/23/2023 - 12:22
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... Fri, 20 Mar 2020 19:53:35 +0000
Categories: Laravel

Laravel v7.2.0 released

Laravel Blog - Thu, 02/23/2023 - 12:22
Laravel v7.2.0 is released in 2020/03/17, here are the changes we`ve merged into this release. Tue, 17 Mar 2020 19:35:23 +0000
Categories: Laravel

Security: Laravel 7.1.2 Released

Laravel Blog - Thu, 02/23/2023 - 12:22
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... Fri, 13 Mar 2020 14:00:21 +0000
Categories: Laravel

Laravel v7.1.0 released

Laravel Blog - Thu, 02/23/2023 - 12:22
Laravel v7.1.0 is released in 2020/03/10, here are the changes we`ve merged into this release. Wed, 11 Mar 2020 20:46:34 +0000
Categories: Laravel

Laravel v7.0.0 released

Laravel Blog - Thu, 02/23/2023 - 12:22
Laravel v7.0.0 is released in 2020/03/03. Wed, 04 Mar 2020 19:59:33 +0000
Categories: Laravel

Forge: Revoking LetsEncrypt Certificates

Laravel Blog - Thu, 02/23/2023 - 12:22
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... Tue, 03 Mar 2020 14:04:37 +0000
Categories: Laravel

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

Laravel Blog - Thu, 02/23/2023 - 12:22
Topics: Laravel 7.x, Forge, Vapor, Speaking vs. Silence Fri, 28 Feb 2020 16:26:25 +0000
Categories: Laravel

Laravel v6.17.0 released

Laravel Blog - Thu, 02/23/2023 - 12:22
Laravel v6.17.0 is released in 2020/02/25, here are the changes we`ve merged into this release. Tue, 25 Feb 2020 22:23:03 +0000
Categories: Laravel

Vapor: Custom Lambda Events

Laravel Blog - Thu, 02/23/2023 - 12:22
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: Wed, 26 Feb 2020 14:13:21 +0000
Categories: Laravel

Laravel v6.16.0 released

Laravel Blog - Thu, 02/23/2023 - 12:22
Laravel v6.16.0 is released in 2020/02/18, here are the changes we`ve merged into this release. Tue, 18 Feb 2020 19:43:10 +0000
Categories: Laravel

Laracon US 2020 Coupon Contest

Laravel Blog - Thu, 02/23/2023 - 12:22
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... Mon, 17 Feb 2020 16:05:17 +0000
Categories: Laravel

Forge: Database Backups Now Supported

Laravel Blog - Thu, 02/23/2023 - 12:22
Yesterday we launched an exciting new feature for Laravel Forge: database backups! Laravel team member James Brooks has been working hard on this feature for several weeks. Forge now allows you to configure hourly, daily, or weekly backups for your MySQL or Postgres... Wed, 12 Feb 2020 16:12:31 +0000
Categories: Laravel

Laravel v6.15.0 released

Laravel Blog - Thu, 02/23/2023 - 12:22
Laravel v6.15.0 is released in 2020/02/11, here are the changes we`ve merged into this release. Tue, 11 Feb 2020 19:35:19 +0000
Categories: Laravel

Vapor: Job Timeouts

Laravel Blog - Thu, 02/23/2023 - 12:22
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.... Tue, 11 Feb 2020 13:42:29 +0000
Categories: Laravel

Laravel v6.14.0 released

Laravel Blog - Thu, 02/23/2023 - 12:22
Laravel v6.14.0 is released in 2020/02/04, here are the changes we`ve merged into this release. Tue, 04 Feb 2020 20:23:52 +0000
Categories: Laravel

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

Laravel Blog - Thu, 02/23/2023 - 12:22
Topics: Laracon Online, Inertia.js, Livewire, SPAs, Reviewing The Day Fri, 31 Jan 2020 16:03:05 +0000
Categories: Laravel

Laravel v6.13.0 released

Laravel Blog - Thu, 02/23/2023 - 12:22
Laravel v6.13.0 is released in 2020/01/28, here are the changes we`ve merged into this release. Tue, 28 Jan 2020 18:32:40 +0000
Categories: Laravel

Laravel v6.12.0 released

Laravel Blog - Thu, 02/23/2023 - 12:22
Laravel v6.12.0 is released in 2020/01/21, here are the changes we`ve merged into this release. Tue, 21 Jan 2020 21:34:32 +0000
Categories: Laravel

Vapor: Separate Queue Lambdas

Laravel Blog - Thu, 02/23/2023 - 12:22
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... Tue, 14 Jan 2020 20:54:23 +0000
Categories: Laravel

Pages

Subscribe to ZenPHP aggregator