PHP code example of krishnapawar / php-html-builder
1. Go to this page and download the library: Download krishnapawar/php-html-builder library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
use KrishnaPawar\HtmlBuilder\Form;
// Modal Example
echo Form::modal(
"myModal",
"My Modal Title",
"<p>This is a simple modal body.</p>",
"<button class='btn btn-primary'>Save Changes</button>"
);
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.