PHP code example of everan / unlimitedclassified

1. Go to this page and download the library: Download everan/unlimitedclassified library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

everan / unlimitedclassified example snippets


public function tree(UnlimitedClassified $unlimitedClassified) 
{
    $response = $unlimitedClassified->getUnlimitedClassified($data, $parent_key, $child_key);
}

or

public function tree() 
{
    $response = app('unlimited_classified')->getUnlimitedClassified($data, $parent_key, $child_key);
}