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

Antonella's avatar

Does Laravel Nova support php 8.0?

i recently put php 8.0. get the following error :

  • laravel/nova 3.15.0 requires php ^7.2.5 -> your PHP version (8.0.0) does not satisfy that requirement.

Does Laravel Nova support php 8.0?

0 likes
3 replies
bobbybouwmann's avatar

Well, Laravel 8 is just out so there might be some dependencies for Laravel Nova that aren't ready for PHP 8 just yet. Give the team some time to work on the compatibility. They will tweet or send an email once this is available ;)

You can try to install it by using the --ignore-platform-reqs flag. However, it could break something in Nova.

1 like
jlrdw's avatar

Agreed, even when a new version of laravel comes out, there are a few tweaks Taylor makes in that first 2 weeks to a month if needed. Laravel 8 had some.

1 like

Please or to participate in this conversation.