i m trying to replicate role in roles tables using laravel-spatie-permission,
like i have already abc role with api guard , but i want to create same role with same permission , but it's throwing error like a role 'abc' already exists for guard 'api', so my question is is there any way that we can create same role with same permission ?
Thanks you