-1
I’m working on a project for writers to publish poems and poetry. Urls will be separated by gender, for example: site.com/poems/field flowers/
However, I need to avoid double titles. Because of this I thought I’d do a scheme similar to Wattpad that creates the url like this: Wattpad.com/127883554-the-new-Avenger
They enter the code "127883554" before the title. But I have some questions:
1 - As Gero this code representing day, month and year without being 26052019 ?
2 - How will I mount the url so that code+title is separated by "-".
The Laravel has some feature to mount these urls in an intelligent way?