TIPOFF / vouchers

Laravel Package for Vouchers & Gift Certificates
MIT License
1 stars 1 forks source link

Change to seed permissions w/code #18

Closed pdbreen closed 3 years ago

pdbreen commented 3 years ago

@drewroberts this changes permissions from seeder to migration. Once new support is tagged w/permission dependency I will make a change to test-support BaseTestClass so it knows how to create the permissions tables until they are loaded via auth package migrations.

drewroberts commented 3 years ago

Once new support is tagged w/permission dependency I will make a change to test-support BaseTestClass so it knows how to create the permissions tables until they are loaded via auth package migrations.

The tipoff/support package has been tagged in release 1.2.1 with the Spatie Laravel permissions dependency.