PHP code example of willhoffmann / domuserp-module
1. Go to this page and download the library: Download willhoffmann/domuserp-module 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/ */
willhoffmann / domuserp-module example snippets
// config/application.config.php
return [
'modules' => [
'Zend\Router',
'DomusErpModule',
'YourApplicationModule',
]
],
sh
cp vendor/willhoffmann/domuserp-module/config/domuserp-module.local.php.dist config/autoload/domuserp-module.local.php
config/application.config.php