Spatie Settings multiple groups on one page
Hi All,
I am trying to figure out how to do this:
I am using Spatie Settings and have multiple groups(global, finance, security etc)
How can i save data to multiple groups on a settings page - as i am specifying
public static function group(): string
{
return 'global';
}
on each Settings class?
eg.
I was trying to avoid having one huge settings class 🙂
3 Replies
@cvc Hey, have you figured out how to do this?
I ended up not using spatiier as it didn’t seem possible
@Jacob
Which package do you suggest to use?