Using resource route to create dynamic URL's which is not based on id – Laravel
I have a database which contains id and randomString columns (also unique value), i set up a resource route so i can dynamically get the url of the database like this /editor/1 etc. In standart use of the resource controller…