Using UUIDs with Spatie Laravel Permission Package

The Laravel Permissions package developed by one of my favourite people in the World, the team at Spatie. This package easily allows you to add the functionality of an Access Control List(ACL) to your Laravel project. You can define roles for users, then define as many permissions as you wish for these roles or directly to a user.