AsgardCms / Platform

A modular multilingual CMS built with Laravel 5.
https://asgardcms.com/
MIT License
781 stars 241 forks source link

The module isn't visible in roles / permissions #812

Closed LukaszNiziolDWG closed 3 years ago

LukaszNiziolDWG commented 3 years ago

Summary of issue

I have installed the latest version of AsgardCMS. After adding a new module, it is not visible in roles and permissions. Can you help me with this problem?

npm run watch returns the correct result. Migrations are done correctly.

I have been using asgardcms for many years and have not had such a problem. Today I am upgrading to the latest version of asgardcms and ran into this problem.

https://imgur.com/T3uLPBr https://imgur.com/JiHG8Ks

module.json

{ "name": "Banner", "alias": "banner", "description": "", "keywords": [], "active": 1, "order": 0, "priority": 0, "providers": [ "Modules\Banner\Providers\BannerServiceProvider", "Modules\Banner\Providers\RouteServiceProvider" ], "aliases": {}, "files": [

],
"requires": []

}

System Details