1. Go to this page and download the library: Download bonzer/inputs 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/ */
bonzer / inputs example snippets
'load_assets_automatically' => FALSE
/**
* --------------------------------------------------------------------------
* Create the Input field
* --------------------------------------------------------------------------
*
* @param string $type | input type ('calendar', 'checkbox', 'color', 'heading', 'icon', 'multi-select', 'multi-text', 'multi-text-calendar', 'radio', 'select', 'text', 'textarea',)
* @param array $args
*
* @Return string
* */
public function create( $type, $args );