PHP code example of moonlandsoft / bootui-typeahead

1. Go to this page and download the library: Download moonlandsoft/bootui-typeahead 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/ */

    

moonlandsoft / bootui-typeahead example snippets


<?= \bootui\typeahead\Typeahead::widget([
        		'source' => ['example','bootui','twitter','typeahead','bootstrap'], 
        		'limit' => 10, 
        		'scrollable' => true,
        		'addon' => ['prepend' => 'Autocomplete'],
        ]); 

php composer.phar