Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 568 Bytes

File metadata and controls

23 lines (19 loc) · 568 Bytes

Component Html Bootstrap

Some methods for generate html for bootstrap via PHP.

Prerequisite

  • PHP 8.2 (v1.1+) or 7.4+ (v1.0)
  • Bootstrap 5.*

Install

Edit your composer.json (launch composer update after edit):

{
  "repositories": [
    { "type": "git", "url": "git@github.com:jgauthi/component_html_bootstrap.git" }
  ],
  "require": {
    "jgauthi/component_html_bootstrap": "1.*"
  }
}

Documentation

You can look at folder example.