Edofre / laravel-fullcalendar

Laravel Fullcalendar component
MIT License
57 stars 24 forks source link

Laravel 5.4 #8

Closed szizso closed 7 years ago

szizso commented 7 years ago

Hi Edofre!

I'd like to try your callendar ($ composer require edofre/laravel-fullcalendar ) but I've got this error message:

Your requirements could not be resolved to an installable set of packages.

Problem 1

Best Regards!

Edofre commented 7 years ago

Hi @szizso

This is correct, I did not have time yet to update/test the package for 5.4. I've just added a new release which works for 5.4 as well. If you update to version V1.0.7 it should install correctly.

szizso commented 7 years ago

Hi @Edofre!

Thx, but I've got error message too.

Problem 1

Edofre commented 7 years ago

Do you have the fxp/composer-asset plugin installed?

You can install it using this command: composer global require "fxp/composer-asset-plugin:^1.2.0”

This will add the fxp composer-asset-plugin and your composer will be able to find the bower-asset/fullcalendar package. You can find more info on this page: https://packagist.org/packages/fxp/composer-asset-plugin

Let me know if this fixes the problem.

I will update the README this weekend to include the use of fxp/composer-asset-plugin.

szizso commented 7 years ago

thx, everything is fine ;)