chris-ware / nova-breadcrumbs

Breadcrumbs for Laravel Nova
152 stars 44 forks source link

Not Installing In laravel Nova V2.2.0 #49

Closed jahid56 closed 5 years ago

jahid56 commented 5 years ago

I could not install the package as it is throws error. I am using NOVA 2.2.0. Here I show my error `Your requirements could not be resolved to an installable set of packages.

Problem 1

Potential causes:

Read https://getcomposer.org/doc/articles/troubleshooting.md for further common problems. `

chris-ware commented 5 years ago

How are you installing Nova? Is it via a local install or via the private composer repository Nova provides?

jahid56 commented 5 years ago

I am installing Nova Via Local Install. Here Is my composer.json file for nova "laravel/nova": "*",

Also my minimum & Preferable stability is "minimum-stability": "dev", "prefer-stable": true,

chris-ware commented 5 years ago

The local install is your issue. Due to the way this package works, it needs to be version constrained. By doing a local install, composer isn't aware of the version of Nova, therefore it cannot determine which version of Breadcrumbs to install. I'd suggest either using the private packagist repo or using one of the forks of this repository that has not got any composer requirements, although I would warn that none of them have updated to support the latest version of Nova.

Closing this issue as it's not an issue with the package.