Best approach to create non duplicate slugs considering all content types #2697
Unanswered
abidkhan484
asked this question in
Q&A
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have multiple content types, such as Page, Article, etc. Twill automatically creates separate slug tables for each content type (e.g.,
page_slugs,article_slugs, etc.) and handles duplication prevention based on the content type.How can I manage non-duplicate slugs across all these content types?
Note: I am using Twill 3.4 with Laravel 11.
All reactions