Giter VIP home page Giter VIP logo

Comments (7)

jordivela007 avatar jordivela007 commented on August 21, 2024 3

How to install with livewire version 3?

from livewire-calendar.

joshtorres avatar joshtorres commented on August 21, 2024 2

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

from livewire-calendar.

joshtorres avatar joshtorres commented on August 21, 2024 1

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.

from livewire-calendar.

craig-stanfield avatar craig-stanfield commented on August 21, 2024

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.

from livewire-calendar.

jordivela007 avatar jordivela007 commented on August 21, 2024

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

from livewire-calendar.

blondie63 avatar blondie63 commented on August 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 :)

from livewire-calendar.

blondie63 avatar blondie63 commented on August 21, 2024

do you have a list of new features?

from livewire-calendar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.