1
- CakePHP 3 .x Helpers for Bootstrap
1
+ CakePHP 4 .x Helpers for Bootstrap
2
2
=================================
3
3
4
4
[ ![ Software License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square )] ( LICENSE )
5
5
[ ![ Travis] ( https://img.shields.io/travis/Holt59/cakephp3-bootstrap-helpers/4.0.3.svg?style=flat-square )] ( https://travis-ci.com/Holt59/cakephp3-bootstrap-helpers )
6
6
[ ![ Packagist] ( https://img.shields.io/packagist/dt/holt59/cakephp3-bootstrap-helpers.svg?style=flat-square )] ( https://packagist.org/packages/holt59/cakephp3-bootstrap-helpers )
7
7
8
- CakePHP 3 .x Helpers to generate HTML with @Twitter Boostrap style: ` Breadcrumbs ` , ` Flash ` , ` Form ` , ` Html ` , ` Modal ` , ` Navbar ` ,
8
+ CakePHP 4 .x Helpers to generate HTML with @Twitter Boostrap style: ` Breadcrumbs ` , ` Flash ` , ` Form ` , ` Html ` , ` Modal ` , ` Navbar ` ,
9
9
` Card ` and ` Paginator ` helpers available!
10
10
11
11
How to... ?
@@ -19,16 +19,7 @@ If you want the **Bootstrap 4** version of the plugin:
19
19
20
20
``` bash
21
21
# Stable version:
22
- composer require holt59/cakephp3-bootstrap-helpers:4.0.2
23
-
24
- # Development version (latest fixes):
25
- composer require holt59/cakephp3-bootstrap-helpers:dev-4.0.1-alpha
26
- ```
27
-
28
- - Load the plugin in your ` config/bootstrap.php ` :
29
-
30
- ``` php
31
- Plugin::load('Bootstrap');
22
+ composer require holt59/cakephp3-bootstrap-helpers:4.0.3
32
23
```
33
24
34
25
- [ Load the helpers] ( https://book.cakephp.org/3.0/en/views/helpers.html#configuring-helpers ) you want in your ` View/AppView.php ` :
@@ -89,7 +80,7 @@ Copyright and license
89
80
90
81
The MIT License (MIT)
91
82
92
- Copyright (c) 2013-2017 , Mikaël Capelle.
83
+ Copyright (c) 2013-2020 , Mikaël Capelle.
93
84
94
85
Permission is hereby granted, free of charge, to any person obtaining a copy
95
86
of this software and associated documentation files (the "Software"), to deal
0 commit comments