Hi Grav team. First of all I must say I am growing more and more on your CMS and allthough I might have come up with some questions here on the forum I am finding myself getting more and more done with the system so there is barely anything that I cannot do without Grav.
But there is actually one thing where I am thinking of if that would be possible with Grav. Lets say I am fetching some kind of database (movies, books, whatever). Fetching the data with a plugin is not a problem but when it comes to constructing pages out these data I am a bit stuck. For example I get a JSON response from a data source with aprox. 300 entries. Listing all movies (or books) might be easy on a page like domain.com/movies
But is it possible to get the title from a movie and create a dynamic page url? (like domain.com/movie/some-dynamic-movie-titlewithout creating these pages manually in the file system?
I have compared this approach to other systems like Laravel where you can simply put a Wildcard ( something like {movie_url} )in the routing and the systems generates the pages based on the data. Thanks for letting me know and again - great work with Grav :)