prefix url for resource
Given I have UserResource for Admin panel, by default the url will be
/admin/users
. I can change the slug but it will only change the users
part of url. I need /admin/prefix/users
. Can this be achieved?0 Replies