You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I want to implement livewire-calendar within my laravel project which it already leverages and livewire for other functions.
I am following the readme and in the LivewireCalendar class I have inserted the events () function as indicated in the guide.
My Visual Studio Code is reporting error to me because it says the events () method is not compatible with 'Asantibanez \ LivewireCalendar \ LivewireCalendar :: events ()
In the guide it is not specified but before the main component class I inserted this line to invoke the package
use Asantibanez \ LivewireCalendar \ LivewireCalendar;
What am I doing wrong?
Thanks to those who want to answer.
See you soon
The text was updated successfully, but these errors were encountered:
Hi, I want to implement livewire-calendar within my laravel project which it already leverages and livewire for other functions.
I am following the readme and in the LivewireCalendar class I have inserted the events () function as indicated in the guide.
My Visual Studio Code is reporting error to me because it says the events () method is not compatible with 'Asantibanez \ LivewireCalendar \ LivewireCalendar :: events ()
In the guide it is not specified but before the main component class I inserted this line to invoke the package
use Asantibanez \ LivewireCalendar \ LivewireCalendar;
What am I doing wrong?
Thanks to those who want to answer.
See you soon
The text was updated successfully, but these errors were encountered: