Cms extension

Hi guys! please somebody help me to understand how to use this extension seems I did all required steps

but get error when access to module from admin mysite.com/admin/cms/post/create

the error is following:

====================== Error ===============================

[b]PHP Fatal Error – yii\base\ErrorException

Call to a member function checkAccess() on null[/b]

=====================================================

this is how I did set up in my backend config main.php

‘modules’ => [

    'cms' => [


        'class' => 'harrytang\cms\CmsModule'


    ]


],

extension is github.com/harrytang/yii2-cms

Hi looks like the extension is not being updated. Last update was 3 months ago.

Try this: https://github.com/adzadzadz/yii2-module-blogger

Here’s the demo site: http://splash.adzbitesolutions.com/yii2/advanced/frontend/web/

The extension is constantly being updated and improved.