Instead of doing sitemap in the nail, is it possible to make a method inside my routes, which, all pages that exist in my project, are mapped by the sitemap?
Instead of doing sitemap in the nail, is it possible to make a method inside my routes, which, all pages that exist in my project, are mapped by the sitemap?
I made a page table with parent_id and then I do the following search with the mounted sitemap
$this->Paginas->find('treeList',[ 'spacer' => '... '])->toArray();