philippfrenzel / yii2fullcalendar

JQuery Fullcalendar Yii2 Extension
GNU General Public License v2.0
132 stars 95 forks source link

Problem with FullCalendar latest version #150

Open kongoon opened 4 years ago

kongoon commented 4 years ago

Now, i'm update composer with FullCalendar package latest version but it's show error The file or directory to be published does not exist: vendor/bower-asset/fullcalendar/dist

RStuffGit commented 4 years ago

+1. It seems like npm package is not built to the dist folder

michallo64 commented 4 years ago

+1

matteo-cerioni commented 4 years ago

Unfortunately the last version of fullcalendar supported by this extension is 3.9.0. The last version is currently broken. Use "philippfrenzel / yii2fullcalendar": "3.9.0". see #139 .

mingchi21 commented 4 years ago

+1

rumours86 commented 4 years ago

maybe it will help https://github.com/philippfrenzel/yii2fullcalendar/pull/151

rumours86 commented 4 years ago

in our project i added in composer.json

    "conflict": {
        "bower-asset/fullcalendar": "^4.3.0"
    },
mcki0127 commented 4 years ago

With @rumours86 solution, I'm getting: philippfrenzel/yii2fullcalendar 3.9.0 requires bower-asset/fullcalendar-scheduler ^1.9.2@stable -> no matching package found.

mcki0127 commented 4 years ago

Finally got it to work. I'm not sure what was causing the problem.

prajwaledz commented 3 months ago

Did any one found solution?

kongoon commented 1 month ago

version 3.9 not support bootstrap5 when config 'themeSystem' => 'bootstrap5',