Giter Site home page Giter Site logo

Comments (6)

mustafaaloko avatar mustafaaloko commented on May 26, 2024 3

I faced this on my project as well. It's a single issue that will be thrown for multiple fields. It's on v3 only.

Downgrading to version 2.11 will solve this for now.

The cause is this commit: 469fca9

@ale1981 can you please change the issue title to something like "Installation issue on v3" so it's more specific for others who come?

from nova-permission.

halberio avatar halberio commented on May 26, 2024

+1

from nova-permission.

sirdharma avatar sirdharma commented on May 26, 2024

Hello,

We have the same issue.

Running laravel/nova version 3.26.1.

Thank you!

from nova-permission.

RVxLab avatar RVxLab commented on May 26, 2024

Also ran into this issue with Nova 3.22 on PHP 8.0. PR submitted to fix this issue, until then use my fork.

Add this to your composer.json:

{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/rvxlab/nova-permission"
        }
    ]
}

Then reference dev-master as the version for vyuldashev/nova-permission:

{
    "require": {
        ...
        "vyuldashev/nova-permission": "dev-master"
    }
}

Run composer update vyuldashev/nova-permission and you should be good to go.

from nova-permission.

mrimran avatar mrimran commented on May 26, 2024

Also ran into this issue with Nova 3.22 on PHP 8.0. PR submitted to fix this issue, until then use my fork.

Add this to your composer.json:

{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/rvxlab/nova-permission"
        }
    ]
}

Then reference dev-master as the version for vyuldashev/nova-permission:

{
    "require": {
        ...
        "vyuldashev/nova-permission": "dev-master"
    }
}

Run composer update vyuldashev/nova-permission and you should be good to go.

Why don't you submit pull request?

from nova-permission.

RVxLab avatar RVxLab commented on May 26, 2024

Also ran into this issue with Nova 3.22 on PHP 8.0. PR submitted to fix this issue, until then use my fork.
Add this to your composer.json:

{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/rvxlab/nova-permission"
        }
    ]
}

Then reference dev-master as the version for vyuldashev/nova-permission:

{
    "require": {
        ...
        "vyuldashev/nova-permission": "dev-master"
    }
}

Run composer update vyuldashev/nova-permission and you should be good to go.

Why don't you submit pull request?

I did. Pretty sure vyuldashev only has to merge it at this point.

from nova-permission.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.