Skip to content

Tags: patricktalmadge/bootstrapper

Tags

5.12.0

Toggle 5.12.0's commit message
Add so much more support!

- PHP 7+
- Laravel 6+

5.11.0

Toggle 5.11.0's commit message
Update to new method signature from laravelcollective/html

5.10.3

Toggle 5.10.3's commit message
Add package auto discovery (thanks @tortetorche!)

5.10.2

Toggle 5.10.2's commit message
Support newer laravelcollective/html

5.10.1

Toggle 5.10.1's commit message
Add support for laravel 5.4

5.10.0

Toggle 5.10.0's commit message
This is likely to be the last release of this particular instance of …

…the package!

I am planning on moving Bootstrapper to a seperate list of packages - which should hopefully help the inevitable bootstrap 3 and bootstrap 4 problems that we'll face in the coming months.

5.9.1

Toggle 5.9.1's commit message
Merge branch 'update-html-dep'

5.9.0

Toggle 5.9.0's commit message
Merge pull request #300 from rawrmonstar/features/table-custom-classes

tdClass Feature

5.8.1

Toggle 5.8.1's commit message
Fix Issue with incorrect resolution

5.8.0

Toggle 5.8.0's commit message
Force resolution of HtmlBuilder

Force a resolution of the correct HtmlBuilder as a work around until
Laravel 4 support is dropped. Closes #279, closes #292