PHP code example of crude-forum / crude-forum

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

    

crude-forum / crude-forum example snippets

nginx
location /  {
    ...
    fastcgi_param   SCRIPT_FILENAME  $document_root/index.php;
    ...
}