Hi,
I think there's a typo in README.md:
php artisan vendor:publish --provider="\OrisIntel\MigrationSnapshot\ServiceProvider"
produces error (I'm on Windows):
Unable to locate publishable resources.
It works if changed to:
php artisan vendor:publish --provider="OrisIntel\MigrationSnapshot\ServiceProvider"
(mind the first backslash)