Skip to content

2. Configuration

A S edited this page Apr 24, 2018 · 2 revisions

Add the module to the LUYA configuration file.

return [
    'modules' => [
        // ...
        'event' => 'johnnymcweed\place\frontend\Module',
        'eventadmin' => 'johnnymcweed\place\admin\Module',
        // ...
    ],
];

Admin Module

Frontend Module

Clone this wiki locally