PHP code example of concretecms / documentation_generator
1. Go to this page and download the library: Download concretecms/documentation_generator 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/ */
concretecms / documentation_generator example snippets
// application/config/app.php
return array(
'providers' => array(
'documentation_generator' => "\\Concrete\\DocumentationGenerator\\ServiceProvider"
)
);