pmelon
pmelon

Reputation: 187

Cakephp 3 Full Calendar setup

Does anyone have any experience of getting this (Cake 2 plugin) working with Cakephp 3? Is it just case of copying the files to what should be their relevant places in Cake 3?

I've been trying for a couple of hours - installing under plugins doesn't work - complaints about a missing controller. I address that by copying the controller files into the controller folder but that makes no difference (I renamed a file to match the controller it was looking for only for Cake to then complain about another controller referred in the first).

Any help, even a simple what should go where, would be appreciated.

For clarity, the plugin I was referring to was: https://github.com/silasmontgomery/CakePHP-Full-Calendar-Plugin rather than the jQuery fullcalendar...

Upvotes: 0

Views: 3091

Answers (1)

pmelon
pmelon

Reputation: 187

A Cake 3 branch has been created by someone who knows a lot more about this than I.

It is here: Cake 3 Full Calendar

Tested, working.

Upvotes: 1

Related Questions