|
What if my application's base abstraction controller is not My way to fix it is by rewrite the package's controller into application's. |
Answered by
kenjis
Oct 17, 2023
Replies: 2 comments 14 replies
No problem. You can fully customize the controller. |
14 replies
|
There is no need to inherit the controllers of Shield. After all, the controllers in Shield are sample code, and the controllers in your app are essentially yours. |
0 replies
Answer selected by
gphg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no need to inherit the controllers of Shield.
It is possible to write your controllers from scratch, or just copy the controllers of Shield and modify them as you like.
After all, the controllers in Shield are sample code, and the controllers in your app are essentially yours.