Gathering the Entries and URLs | Creating Simple HTTP Redirect Routes from a Statamic Site
…existing Statamic entries and build up a list of all the relative URLs. Luckily, Statamic makes this painless and provides a simple way to retrieve them using the Statamic\Facades\Entry facade: 1 <?php 2 3 use Statamic \ Facades \ Entry ; 4 5...