# Laravel Loves PHP 8.2

DevFeed: [Laravel Loves PHP 8.2](<https://devfeed.tech/articles/laravel-loves-php-8-2-3779.md>)

Original publisher: [Read original article](<https://laravel.com/blog/laravel-loves-php-82>)

Author: Joe Dixon

Published: 2022-12-19T17:00:00Z

Content type: release

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Laravel](<https://devfeed.tech/topics/laravel.md>), [PHP](<https://devfeed.tech/topics/php.md>), [Framework](<https://devfeed.tech/topics/framework.md>), [Dockerfile](<https://devfeed.tech/topics/dockerfile.md>), [Server](<https://devfeed.tech/topics/server.md>)

Tags: [docker](<https://devfeed.tech/tags/docker.md>), [framework](<https://devfeed.tech/tags/framework.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [php](<https://devfeed.tech/tags/php.md>), [release](<https://devfeed.tech/tags/release.md>), [updates](<https://devfeed.tech/tags/updates.md>)

## AI overview

Laravel has prepared its framework, first-party packages, and surrounding ecosystem for PHP 8.2. The article explains how to update Laravel dependencies and enable PHP 8.2 across Forge, Vapor, and Envoyer, including Vapor's Docker runtime.

## Source excerpt

Last week saw the official release of PHP 8.2, bringing with it features such as read-only classes, DNF types, and much more. As you may have noticed, we've been busy preparing the Laravel framework,...