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
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
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.
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
Please or to participate in this conversation.