PHP code example of lfphp / mdoc

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

    

lfphp / mdoc example snippets



    //引入代码库自动加载文件
    ��录
    setup_mdoc([
        'root' => __DIR__.'/document', 
    ]);