Level 1
I switched my install to the composer method https://nova.laravel.com/docs/3.0/installation.html#installing-nova-via-composer
and now it works ¯_(ツ)_/¯
1 like
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I'm on nova 3.13.0 and it is working properly however when I try to install a package with composer I'll get an error like this that my version of nova doesn't match requirements of ^3. My minimum-stability = dev
I installed using the download method.
Any tips on how to get around this? Thanks
Problem 1
- spatie/nova-tags-field[3.0.0, ..., 3.0.4] require laravel/nova ^3.0 -> found laravel/nova[dev-develop] but it does not match the constraint.
- Root composer.json requires spatie/nova-tags-field ^3.0 -> satisfiable by spatie/nova-tags-field[3.0.0, ..., 3.0.4].
I switched my install to the composer method https://nova.laravel.com/docs/3.0/installation.html#installing-nova-via-composer
and now it works ¯_(ツ)_/¯
Please or to participate in this conversation.