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

Add support for Laravel Nova 5.x #31

Open
web-svb opened this issue Dec 20, 2024 · 1 comment
Open

Add support for Laravel Nova 5.x #31

web-svb opened this issue Dec 20, 2024 · 1 comment

Comments

@web-svb
Copy link

web-svb commented Dec 20, 2024

Hi,
I noticed that the digital-creative/column-toggler package currently only supports Laravel Nova 4.x. However, my project uses Laravel Nova 5.x, and I am unable to install the package due to version conflicts.

Here is the error I encountered during installation:

Problem 1
    - Root composer.json requires digital-creative/column-toggler * -> satisfiable by digital-creative/column-toggler[v0.0.1, ..., v0.2.3].
    - digital-creative/column-toggler[v0.0.1, ..., v0.1.1] require laravel/nova ^4.0 -> found laravel/nova[4.0.0, ..., 4.35.5] but it conflicts with your root composer.json require (^5.0).
    - digital-creative/column-toggler[v0.2.0, ..., v0.2.3] require laravel/nova ^4.28.0 -> found laravel/nova[4.28.0, ..., 4.35.5] but it conflicts with your root composer.json require (^5.0).

It would be great if support for Laravel Nova 5.x could be added to the package.
If there's a roadmap for this update or any known blockers, please let me know! I’d also be happy to help test any updates for compatibility.
Thank you for your work on this package—it’s a valuable tool for Nova users!
Best regards, Serhii

@milewski
Copy link
Member

Hi I believe only the composer.json has to be updated, it doesn't seem Nova5 introduced serious breaking changes like from 3 to 4 .. can you do it? and if it work can you submit a PR?

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