Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

LaraBABA's avatar

Is Laravel 6 PHP 8 compatible?

Hi all,

In the Laravel 6 page it says that it supports PHP 7.2 or greater. Would php 8.1 works well with it?

Thank you.

0 likes
2 replies
Sinnbeck's avatar
Sinnbeck
Best Answer
Level 102

It seems to. I just installed and ran laravel 6 on php.8.0. But it might be worth testing it with your actual code

I tested it with

composer create-project --prefer-dist laravel/laravel laravel6test "^6.0"

php artisan serve

2 likes

Please or to participate in this conversation.