Get stacks by folder
Permalink 1 user found helpful
I know I can get a specific stack by handle like this:
But is there a way to get all stacks that belong to a folder?
$stack = Stack::getByName('STACK NAME');
But is there a way to get all stacks that belong to a folder?