blueprint-nova-addon icon indicating copy to clipboard operation
blueprint-nova-addon copied to clipboard

Unable to install with Laravel 9/PHP 8.1/Nova 4

Open JHS-ITOps opened this issue 2 years ago • 4 comments

When running composer require naoray/blueprint-nova-addon I get the following error

_Your requirements could not be resolved to an installable set of packages.

Problem 1 - Root composer.json requires naoray/blueprint-nova-addon ^2.0 -> satisfiable by naoray/blueprint-nova-addon[v2.0.0]. - naoray/blueprint-nova-addon v2.0.0 requires illuminate/pipeline ^6.0 || ^7.0 || ^8.0 -> found illuminate/pipeline[v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev, v8.0.0, ..., 8.x-dev] but these were not loaded, likely because it conflicts with another require.

You can also try re-running composer require with an explicit version constraint, e.g. "composer require naoray/blueprint-nova-addon:*" to figure out if any version is installable, or "composer require naoray/blueprint-nova-addon:^2.1" if you know which you need._

I'm guessing this is related to new PHP, Laravel, Or Nova. Do you have any plans to update the code?

JHS-ITOps avatar Apr 15 '22 23:04 JHS-ITOps

Any news regarding nova 4 support?

eAvio avatar Jun 06 '22 20:06 eAvio

@eAvio no, not yet. I've not used blueprint yet with Laravel 9 nor Nova 4. If you want to create a PR and test it, go ahead

Naoray avatar Jun 07 '22 09:06 Naoray

Any news regarding nova 4 support?

is there a demand? I plan to support

keizah7 avatar Feb 10 '24 11:02 keizah7