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

> Rather than forking it yourself, you may as well take advantage of someone else's fixed fork. #52

Open
jordivela007 opened this issue May 17, 2023 · 1 comment

Comments

@jordivela007
Copy link

          > Rather than forking it yourself, you may as well take advantage of someone else's fixed fork.

In your composer.json add the following which will use the repository which @Butochnikov has already forked and updated to work with Laravel 9.

"repositories": [{ "type": "package", "canonical": false, "package": { "version": "master", "name": "asantibanez/livewire-calendar", "source": { "url": "https://github.com/Butochnikov/livewire-calendar.git", "type": "git", "reference": "master" } } }]

Then run composer require asantibanez/livewire-calendar:*

It'll then install for you.

Just remember to undo that and use the original when @asantibanez gets around to accepting the pull request.

In the terminal I had to use.

composer require asantibanez/livewire-calendar:dev-master

Originally posted by @grafxflow in #32 (comment)

@Aghiad90
Copy link

@jordivela007 worked for me thank you

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

2 participants