Thanks for this package.
I've got all things working as I would like other than one thing:
When using Category::nested()->get(); the collection returned only contains the standard vars:
...however, my category table has a 'color' field, that I would also like returned with the collection.
I have tried addings this variable to the config file:
Thanks for this package. I've got all things working as I would like other than one thing: When using
Category::nested()->get();
the collection returned only contains the standard vars:...however, my category table has a 'color' field, that I would also like returned with the collection. I have tried addings this variable to the config file:
...with no success. Could you point me int he correct direction to add this functionality please? Thanks :)