Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 275 Bytes

INSTALLATION.md

File metadata and controls

12 lines (11 loc) · 275 Bytes

Installation

  1. Extend the config.inc.php with the following code in config.modules
'savas' => [
    'controller' => [
        'namespace'     => 'CMS\\Controllers\\Savas\\',
        'class_suffix'  => 'Controller',
        'method_suffix' => 'Action'
    ]
]