Closed nelo23 closed 4 years ago
Use what you did in backend\config\main.php its works
Hi madan3, can you explain more about the method for this issue? Thanks.
There are many method to use,Better ask me some specific about the your problem there are many assign user permission and give permission to different user.So please notify me when you will have problem.
Is it possible assign route path like "@frontend/*" or "@backend/abc" ?
Is it possible assign route path like "@frontend/*" or "@backend/abc" ?
route
is representasion of <controller>/<action>
. Where @frontend
going to?
Hi @pigochu, i had something similar in mind. Possible solution: https://github.com/mdmsoft/yii2-admin/pull/309
yii2-advanced-app template. I've installed yii2-admin module in my /backend app, it works. Now I want to edit permissions only for frontend app, I use RBAC in DB for this but how to get frontend routes?