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

Not work in php 8 #31

Open
chagy opened this issue Mar 17, 2022 · 3 comments
Open

Not work in php 8 #31

chagy opened this issue Mar 17, 2022 · 3 comments

Comments

@chagy
Copy link

chagy commented Mar 17, 2022

No description provided.

@sheepbild
Copy link

same issue :
I created a new project with php 8 and laravel/framwork 8.75
When I create the Calendar components extends LivewireCalendar and add events() Collection, nothing is rendered in my page.

@lrljoe
Copy link

lrljoe commented Aug 19, 2022

So you've created the component, and included it in another view?

i.e. in a blade or view you have something that looks like this:

livewire:appointments-calendar/

With it named as the component you created? You can't call render within the component that extends LivewireCalendar.

@stojankukrika
Copy link

I get back events but nothing shows up on the calendar and I do not know what to do to show them up :(

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

4 participants