Is this project dead? I'm excited about this project. Yet the best modular system. Is a new version planned? At least some modules?
Excuse my English ... Google Translate
Well thank you
Plasto13
@Plasto13
0
Reputation
4
Posts
1051
Profile views
0
Followers
0
Following
Posts made by Plasto13
-
Is this project dead?
-
RE: widgets not showing in dashboard
Replace view in
your-app\resources\views\asgard\dashboard\admin\dashboard.blade.php
foryour-app\Modules\Dashboard\Resources\views\admin\dashboard.blade.php
-
RE: Widgets not show in Dashboard
Replace view in your-app\resources\views\asgard\dashboard\admin\dashboard.blade.php for your-app\Modules\Dashboard\Resources\views\admin\dashboard.blade.php
-
Widget for user with permmission
Is there any way to check in the widget user rights?
I created a widget in the module but I want it to appear only users with authorization for the module, for example hasAccess ( 'menu.menuitems'). I do not want to edit the DashboardController for any module update and code loss.Excuse my English....