CakePHP-Bootstrap / cakephp4-bootstrap-helpers

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

CakePHP 4.3, Bootstrap 3 #6

Closed alphp closed 2 years ago

alphp commented 2 years ago

Changes for CakePHP4.3

Holt59 commented 2 years ago

Thanks for the PR. I don't see any changes in the main code except for styles, what are the main changes you made for 4.3?

alphp commented 2 years ago

In the main code the change has been the removal of the Bootstrap*Helper aliases. Also the final closing php tag has been removed. Updated composer.json so it can be installed on cakephp 4.3. And the tests have been corrected, and some that were missing have been added, so that they all run correctly.