David Richardson
David Richardson

Reputation: 21

I'm trying to set up a bootstrap template for CakePHP3

I'm looking to try and set up the following bootstrap front end template: http://ironsummitmedia.github.io/startbootstrap-sb-admin-2/pages/index.html

I'd like to make this the css/js that is used for the CakePHP but I'm having a bit of trouble finding a plugin that works with CakePHP3.

Any recommendations for a CakePHP Bootstrap Helper Plugin that works with Cake3 would be extremely appreciated.

Upvotes: 0

Views: 2939

Answers (2)

This is the new boostrap plugin that can be used with CakePHP 3:

https://github.com/friendsofcake/bootstrap-ui

Upvotes: 2

Giang Nguyễn
Giang Nguyễn

Reputation: 46

Currently i can only see this plugin Boost cake

BTW you should learn about add css/js, view, element... Here So you can implement your template

If you want to build your own form input helper check this, And full list template is here

Upvotes: 0

Related Questions