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

livewire 3 #53

Open
SerPalych opened this issue Aug 14, 2023 · 7 comments
Open

livewire 3 #53

SerPalych opened this issue Aug 14, 2023 · 7 comments

Comments

@SerPalych
Copy link

Uncaught TypeError: Cannot read properties of undefined (reading 'events')

@jordivela007
Copy link

How to install with livewire version 3?

@craig-stanfield
Copy link

Same can this please be updated to work with Livewire 3. Out of 25 composer plugins I use on my currently developed app this is the only one which is not compatible.

@jordivela007
Copy link

In composer.json add these lines:
"repositories": [
{
"type": "package",
"canonical": false,
"package": {
"version": "master",
"name": "asantibanez/livewire-calendar",
"source": {
"url":"https://github.com/craig-stanfield/livewire-calendar.git",
"type": "git",
"reference": "master"
}
}
}
]

and then: composer require asantibanez/livewire-calendar:dev-master

@joshtorres
Copy link

You can use https://github.com/omnia-digital/livewire-calendar which is a fork of this calendar, but has been updated with some more features including support for livewire 3

@blondie63
Copy link

blondie63 commented Mar 21, 2024

You can use https://github.com/omnia-digital/livewire-calendar which is a fork of this calendar, but has been updated with some more features including support for livewire 3

How can i switch my app based on asantibanez to your omnia-digital/livewire-calendar ?
Can i simply remove asantibanez and add omnia-digital ? :)
UPDATE: Done :)

@joshtorres
Copy link

joshtorres commented Mar 21, 2024

I would remove that line from your composer.json (or run composer remove asantibanez/livewire-calendar) and then run composer require omnia-digital/livewire-calendar because that way it will automatically pull the latest version for you.

But yes, it's a drop-in replacement.

@blondie63
Copy link

do you have a list of new features?

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

5 participants