PHP code example of benmanu / silverstripe-knowledgebase

1. Go to this page and download the library: Download benmanu/silverstripe-knowledgebase 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/ */

    

benmanu / silverstripe-knowledgebase example snippets

`
<float name="accuracy">0.5</float>
<int name="minQueryLength">4</int>
<float name="maxQueryFrequency">0.01</float>
`
<field name='_spellcheckText' type='textSpellHtml' indexed='true' stored='false' multiValued='true' />