Good afternoon, I have the need to control the main board of the template, in which section is the controller of the dashboard "/"
Where does it redirect to after login?
What controller does it use, or how can I make it use one?
Thanks
Hi,
If you are using the HTML version you will need to implement the server-side and decide where to redirect the user after successful login. Usually, users are redirected to the main page.
You can edit src/js/custom/authentication/sign-in/general.js
and change the redirection URL.
For more info about using Metronic please check the Theme Documentation
and Video Tutorials
Regards
Rather, I am looking for the controller that works with the dashboard, so that it already loads some information in the dashboard
Hi,
Please check the Metronic Laravel version here as it has complete server side integration.
Regards.