Creating a front-end for parent-child nested module
Hello, i need help with the frontend controller for a Parent-child modules:
i want to create articles in categories, i have successfully created Category and CategoryArticle classes like in the documentation but i cannot make the page routing work
web.php
CategoryArticleDisplayController.php
1 Reply
There is no reason why this wouldn't work. I have just tried using the same code and it works fine for me.
Are you sure you have a article with the slug that you're trying to find? And can you confirm that you're trying to access the article as:
http://localhost/categories/{articleSlug}