create a custom page

Hello,

I am creating a extension in mailwizz. I Found the way where i can show the menu in the backend and frontend area but i did found the way how to create page in extension.

Can any body tell me how to create page in mailwizz extension
 
Hey,
Take a look at /apps/common/extensions/payment-gateway-paypal/PaymentGatewayPaypalExt.php from line 119 to 128 and you'll see how we register a route and a controller so that when the route is accessed in the browser, the controller is executed and the right page shown.
Thanks.
 
Back
Top