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 Laravel Nova 4 support #76

Open
dees040 opened this issue Apr 5, 2022 · 9 comments · May be fixed by #81
Open

Add Laravel Nova 4 support #76

dees040 opened this issue Apr 5, 2022 · 9 comments · May be fixed by #81

Comments

@dees040
Copy link

dees040 commented Apr 5, 2022

As a reminder I wanted to say that Nova released a new version (v4). Upgrade guide.

@cwray-tech
Copy link

cwray-tech commented Apr 6, 2022

plus one for this. Nova 4 has dependent fields but they aren't great for grouping fields like this package works well for.

@abishekrsrikaanth

This comment was marked as duplicate.

1 similar comment
@mateusgalasso

This comment was marked as duplicate.

@anditsung
Copy link

I have update some package to support nova4 but seems the maintainer is not active anymore.
I will try to update this to support nova4 if the maintainer ok with it

@milewski
Copy link
Member

Hey @anditsung, thanks, haven't got a nova4 license myself yet to be able to understand what changes need to be done...

@anditsung
Copy link

Hey @anditsung, thanks, haven't got a nova4 license myself yet to be able to understand what changes need to be done...

i have check the package...
on vue3 the event bus is remove
seems need to get other emitter.
dont know if the nova4 event cant be use for this

@mateusgalasso
Copy link

Hey @anditsung, thanks, haven't got a nova4 license myself yet to be able to understand what changes need to be done...

i have check the package... on vue3 the event bus is remove seems need to get other emitter. dont know if the nova4 event cant be use for this

Like https://vuejs.org/guide/components/events.html ?

@milewski
Copy link
Member

@stonkeep I think what he meant was that that before you could do:

const instance = new Vue()

instance.$on('something', () => {})
instance.$emit('something')

@anditsung
Copy link

seems the problem is here

this.$nextTick(() => this.deepSearch(this.$root.$children))

i can get the parent using this.$parent
but cant find the child from parent

@liam-simmons liam-simmons linked a pull request Aug 13, 2022 that will close this issue
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

Successfully merging a pull request may close this issue.

6 participants