Edofre / laravel-fullcalendar

Laravel Fullcalendar component
MIT License
57 stars 24 forks source link

failing at L5.5 #31

Closed ultimateBusiness closed 7 years ago

ultimateBusiness commented 7 years ago

Trying to install at a fresh project with Laravel 5.5 is throwing the following error:

$ composer require edofre/laravel-fullcalendar Using version ^1.2 for edofre/laravel-fullcalendar ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Package operations: 4 installs, 0 updates, 0 removals

Script @php artisan package:discover handling the post-autoload-dump event returned with error code 1

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

Edofre commented 7 years ago

@ultimateBusiness Thanks for letting me know, I tagged a new release and solved the problem. If you install v1.2.1 it should work!

ultimateBusiness commented 7 years ago

thx - works - well done ;-)

Edofre commented 6 years ago

@bloukrans Could you dump the full error message?

Edofre commented 6 years ago

Did you install the fxp/composer-asset plugin? This plugin enables you to download npm/bower packages through composer.

composer global require "fxp/composer-asset-plugin:^1.4.0”

bloukrans commented 6 years ago

inst of asset-plugin has failed, got it right now, thanks

moment, jquery and fullcalendar are now installed twice - once plain once with the asset-plugin. can i unify this?