spatie/laravel-webhook-client

Why not $this->loadMigrationsFrom(...)?

bilogic opened this issue · 2 comments

I was wondering if it would make using this package easier by using $this->loadMigrationsFrom to auto discover migrations?

We're now using our own PackageServiceProvider to load migrations.

wow, just discovered https://github.com/spatie/laravel-package-tools
I have something very similar, but yours put mine to shame 🤦‍♂️