CakePHP-Bootstrap / cakephp4-bootstrap-helpers

CakePHP 4.x Helpers for Bootstrap 3 and 4.
MIT License
3 stars 8 forks source link

Bootstrap 5 development -- FriendsOfCake/bootstrap-ui #8

Open umer936 opened 2 years ago

umer936 commented 2 years ago

This is a (multiple allowed):

Hi, I currently use https://github.com/FriendsOfCake/bootstrap-ui to do essentially what this plugin does. However, I like the CardHelper from this plugin.

I've also noticed that there is not a Bootstrap 5 version of this plugin. Would it makes sense to cherry pick certain files (eg. CardHelper) from here and just add it to that repository? Rather than reworking this plugin for bootstrap 5 and that one needing to develop the Helpers from this one.

I've created a similar discussion on that repository: https://github.com/FriendsOfCake/bootstrap-ui/issues/374

Erwane commented 2 years ago

hi, maybe another approach is to split "modules" in this repository to use FriendsOfCake features and add "extensions" from this repository.

Example; create a card repository who require FriendsOfCake/bootstrap-ui. I don't known if it's possible but maybe the more relevant to avoid "repeating code"