Open adriancampanaro opened 5 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.
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?
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.
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"
An alternative to this package??
@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.
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
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 :
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 :
it's not free dude , any free plig in there ??
You can use this fork with Laravel6+ https://packagist.org/packages/progcode/laravel-fullcalendar#v1.3.2
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.