CakePHP-Bootstrap / cakephp3-bootstrap-helpers

CakePHP 3.x Helpers for Bootstrap 3 and 4.
https://holt59.github.io/cakephp3-bootstrap-helpers/
MIT License
130 stars 79 forks source link

WIP: Cake 4.x #189

Closed cschomburg closed 4 years ago

cschomburg commented 4 years ago

This fixes a few breaking changes for Cake 4.x and uses Bootstrap3 as its base. I've updated all the broken return types I could find, and fixed a few docblock mistakes. On a cursory glance, it works as expected in my app, but I didn't yet test all the features.

BC breaks:

cschomburg commented 4 years ago

Oh well, I didn't notice the closed PR #188 and fork at https://github.com/fawno/cakephp4-bootstrap-helpers, so this is probably redundant.

I'll leave this open for visibility, until it's clear whether @Holt59 or @alphp plan to provide a maintained repo for Cake4+BS3.