I'm trying to implement in the route system an alias I want, whether it's coming from the database. Let's imagine a news portal where in the table of the bd I have the table "noticias" where a url is loaded for each news so that the url gets something like " link ". What is the best way to do this ???
Instead of using the numeric ID, I would like to use the news headline only.