For most of my apps I have set of built in permissions that I store in a config file at config/permissions.php.
During deployment and/or initial seeding I run a small article command I created i.e. php artisan permissions:refresh.
This command basically creates the permission in the database if it doesn't already exist.