I am still learning SilverStripe, and right now, I have a list of 50-60 pages I have to create for a site. It was suggested that I find a way to auto-populate the SilverStripe site tree with some code in order to save time (as opposed to manually creating each page one at a time). I have never tried something like this before (with or without a CMS). I know what the parent and child page names are, and I suppose I would need to create a loop to build out the child pages for each parent.
Is this something that is possible in SilverStripe? Would a for loop be the best approach or is there a more efficient way? If I can make creating these pages easier, it would be great for me for this project and future ones, so any advice would be appreciated!