Home Forums Teachify LMS How can I Route a custom made page in the theme? Reply To: How can I Route a custom made page in the theme?

#3888

themeqx
Keymaster

You can do it in two ways.

1. By writing a plugin
2. Adding the route in the core.

By writing the Plugin, please follow a plugin from that we wrote for the extend the platform. You can write routes/views within the plugin.

Add route in the core.

routes/web.php

place your view file within the theme root

Add the controller/method to connect with the route and view file.

If you are a laravel developer, you can do this easily.

Best Regards