PHP code example of tomvondracek / bolt-discussion

1. Go to this page and download the library: Download tomvondracek/bolt-discussion 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/ */

    

tomvondracek / bolt-discussion example snippets

css
.bolt-discussion .bolt-discussion__author { text-transform: uppercase; }
.bolt-discussion .bolt-discussion__avatar { box-shadow: 0 0 0 2px var(--color-brand); }