maddhatter / laravel-fullcalendar

Laravel FullCalendar.io Helper
627 stars 266 forks source link

Issue installaing with 6.X #149

Open adriancampanaro opened 4 years ago

adriancampanaro commented 4 years ago

I am using Laravel 5.8 and had the following issues installing:

D:\xampp\htdocs\laravel-fullcalendar>composer require maddhatter/laravel-fullcalendar Using version ^1.3 for maddhatter/laravel-fullcalendar ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.

Problem 1

Installation failed, reverting ./composer.json to its original content.

rayblair06 commented 4 years ago

It looks as if you have something relating to laravel/framework v6.0.1?

This package doesn't have support for illuminate/support v6.*, and from what I can tell the author has abandoned this package.

adriancampanaro commented 4 years ago

My bad, sorry yes it is version 6.

Do I have to use 5.X first? What happens when I do an update? It will break? So this project is useless going forward?

rayblair06 commented 4 years ago

My recommendations would be to fork the project, add support for illuminate/support 6.0, then reference that url in your composer.json.

I had to do a similar thing for a Laravel 6 project and it seems to be stable at the moment.

https://github.com/rayblair06/laravel-fullcalendar

You're more than welcome to reference my fork, but I have no intention to take responsibility for the future of this package, maybe someone else will though.

adriancampanaro commented 4 years ago

I am new to this. When you say fork the project, what are the steps? also I am not sure how to add support for illuminate/support 6.0, Also what do you mean by "reference that url"

diquispe commented 4 years ago

An alternative to this package??

ghost commented 4 years ago

@rayblair06 Thanks a lot, it's working in Laravel 6. I'll probably take responsibility for the future of this package in the next week, no promise, but now I need it for three projects.

adriancampanaro commented 4 years ago

Hi all I still cannot get this working. I then ran the following steps. Are these correct:

git clone https://github.com/rayblair06/laravel-fullcalendar.git cd laravel-fullcalendar composer install

devlimon commented 4 years ago

guys , don't use this package for Event . why need to take pain of update ? when laravel updates needed then package hampers. my opinion is not to use any package for small task.

now, i am using direct JavaScript plugin, and it's really simple :

https://fullcalendar.io/docs/getting-started

ghost commented 4 years ago

guys , don't use this package for Event . why need to take pain of update ? when laravel updates needed then package hampers. my opinion is not to use any package for small task.

now, i am using direct JavaScript plugin, and it's really simple :

https://fullcalendar.io/docs/getting-started

it's not free dude , any free plig in there ??

progcode commented 4 years ago

You can use this fork with Laravel6+ https://packagist.org/packages/progcode/laravel-fullcalendar#v1.3.2