Skip to content
Discussion options

You must be logged in to vote

I've taken a closer look and remember why I removed it now. It's because I refactored the routes to use the latest style of route definition, which involves proper namespace resolution instead of the old Class@method string approach. Obviously this has some benefits, but makes it impossible to tell the router to look in a different namespace.

I think the easiest alternative is probably just to override the specific forum routes that you want to extend the behaviour of - you can just point your route definitions to your existing controllers. Let me know if that doesn't work for some reason, but it should as long as you do the route definitions after the forum service provider!

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@earthly-pixel
Comment options

@Riari
Comment options

@earthly-pixel
Comment options

@Riari
Comment options

Answer selected by earthly-pixel
@earthly-pixel
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants