PHP code example of open20 / amos-documenti

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

    

open20 / amos-documenti example snippets


 'documenti' => [
	'class' => 'open20\amos\documenti\AmosDocumenti',
 ],


'documenti' => [
        'class' => 'open20\amos\documenti\AmosDocumenti',
        'params' => [
            'site_publish_enabled' => true,
            'site_featured_enabled' => true
        ]
    ],