Coder Social home page Coder Social logo

Comments (7)

RhysLees avatar RhysLees commented on June 20, 2024 1

Hi, I contributed that feature!

You simply need to require a nova 4 version in your package for example in composer.json

{
  "name": "ideatocode/nova-tooltip-field",
  "description": "A Laravel Nova field to show additional data but not clutter the table.",
  "keywords": [
    "laravel",
    "nova"
  ],
  "license": "MIT",
  "require": {
    "php": "^7.3|^8.0",
+    "laravel/nova": "^4.0"
  },
}

from novapackages.

wdelfuego avatar wdelfuego commented on June 20, 2024 1

Yep, happened to me too, the Nova 4 support tag was added overnight 👍

from novapackages.

johnpaulmedina avatar johnpaulmedina commented on June 20, 2024

So I had a nova 4 requirement on require-dev as the Nova documentation indicates. Once I submitted the package it did not tag it as Nova4 support and after seeing this issue I bumped the patch version and switched the requirements but it still has not tagged it as Nova4.

I would recommend looking at the dev-requirements as well.

As well as on package version change trigger the support tag check once again.

from novapackages.

kaiserkiwi avatar kaiserkiwi commented on June 20, 2024

Hm… This doesn't to be the case. I have the following in my composer.json

"require": {
	"php": "^8.0",
	"laravel/nova": "^4.0"
},

But it doesn't get the badge.
https://novapackages.com/packages/kaiserkiwi/nova-queue-management

Is there anything I could do?

from novapackages.

wdelfuego avatar wdelfuego commented on June 20, 2024

Same here, just submitted (and then re-submitted to be sure) my new package, it has the laravel/nova requirement in composer.json, but no Nova 4 support tag is shown on the site.

Link to the relevant composer.json:
https://github.com/wdelfuego/nova-wizard/blob/main/composer.json

from novapackages.

kaiserkiwi avatar kaiserkiwi commented on June 20, 2024

I have to update here. I did nothing but now the badge is there. It probably needs some time to process this? It's odd, but my package is listed as Nova 4 package now.

from novapackages.

RhysLees avatar RhysLees commented on June 20, 2024

I have to update here. I did nothing but now the badge is there. It probably needs some time to process this? It's odd, but my package is listed as Nova 4 package now.

It will take until the next time the package is fetched from packagist i believe

from novapackages.

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.