asantibanez / livewire-calendar

Laravel Livewire component to show Events in a good looking monthly calendar
MIT License
907 stars 233 forks source link

Not work in php 8 #31

Open chagy opened 2 years ago

sheepbild commented 2 years ago

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 commented 2 years ago

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:

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

stojankukrika commented 1 year ago

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