Skip to content

Some methods for generate html for bootstrap via PHP

License

Notifications You must be signed in to change notification settings

jgauthi/component_html_bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.