getRootStructures | Document Structures
Returns the direct document structures. This method automatically performs structural analysis. Only structures that are at the root of the document, without any parent node, will be returned. 1 <?php 2 3 use Illuminate \ Support \ Collection ; 4...