Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing joy-voyager-export on a fresh new project #8

Closed
frozar opened this issue Apr 11, 2022 · 4 comments
Closed

Installing joy-voyager-export on a fresh new project #8

frozar opened this issue Apr 11, 2022 · 4 comments

Comments

@frozar
Copy link

frozar commented Apr 11, 2022

I provide a minimal github repository to reproduce this installation error. The README.md on this repository fully describ how to reproduce this error.

In short, when I try to install joy-voyager-export on a new Laravel project, I get these errors:

$ composer require joy/voyager-export
Using version ^1.2 for joy/voyager-export
./composer.json has been updated
Running composer update joy/voyager-export
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires joy/voyager-export ^1.2 -> satisfiable by joy/voyager-export[v1.2.1, ..., v1.2.17].
    - joy/voyager-export[v1.2.1, ..., v1.2.17] require illuminate/support ^7|^8 -> found illuminate/support[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 joy/voyager-export:*" to figure out if any version is installable, or "composer require joy/voyager-export:^2.1" if you know which you need.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.
@rxcod9
Copy link
Owner

rxcod9 commented Apr 11, 2022

I believe it is not tested with Laravel 9 yet
I’ll fix that ASAP

@rxcod9
Copy link
Owner

rxcod9 commented Apr 12, 2022

https://github.com/rxcod9/joy-voyager-export-laravel-demo
This should solve your problem

@rxcod9
Copy link
Owner

rxcod9 commented Apr 13, 2022

Try

composer require joy/voyager-export -W

@frozar
Copy link
Author

frozar commented Apr 15, 2022

Thank you, the command :

composer require joy/voyager-export -W

on my minimal example repository effectively install joy-voyager-export, but I get another issue. I don't see the buttons to do the export of voyager configuration (this is what I expect from this project 😄). I'll open another issue on this point.

@frozar frozar closed this as completed Apr 15, 2022
frozar added a commit to frozar/joy-voyager-export-issue that referenced this issue Apr 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants