Created
October 12, 2024 06:03
-
-
Save byStrange/08cbfbaf1189819547b6817c794035d1 to your computer and use it in GitHub Desktop.
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Save it under you widgets folder, for example in advanced template
backend\widgetsor in basic app
app\widgets.and inside widgets folder, create views folder and create that view file
controller-navigator.phpand u can customize your view to display the links.
Simple example
note that controller names should be converted to kebab case (this is how a controller id is made).
Now you can use ControllerNavigatorWidget anywhere in the project.
Example usage: