laravel4-categorize icon indicating copy to clipboard operation
laravel4-categorize copied to clipboard

Multi Level Category Hierarchy.

Results 3 laravel4-categorize issues
Sort by recently updated
recently updated
newest added

Trying everything... "Argument 2 passed to Illuminate\Database\Query\Builder::__construct() must be an instance of Illuminate\Database\Query\Grammars\Grammar, null given"

List category as tree. ``` $category = Categorize::getCategoryProvider()->findById(1); var_dump($category->getChildren()->toArray()); ``` ![example_img](https://f.cloud.github.com/assets/6607338/2228540/6e928418-9add-11e3-839f-7b475268e046.png) The `category_parent_id` should be `('1','2','3,'34'....)`