1. Go to this page and download the library: Download konsulting/form 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/ */
// For example
Form::text('name', $yourName)->withLabel('Your Name')
use League\Plates\Engine;
use Konsulting\FormBuilder\FormBuilder;
use Konsulting\FormBuilder\ClassResolver;
//...
$builder = new FormBuilder(
new Engine(__DIR__ . '/../../vendor/konsulting/form-builder/partials/bootstrap3'),
new ClassResolver('Konsulting\\FormBuilder\\Elements\\')
);
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.