Why not $this->loadMigrationsFrom(...)?
bilogic opened this issue · 2 comments
bilogic commented
I was wondering if it would make using this package easier by using $this->loadMigrationsFrom
to auto discover migrations?
freekmurze commented
We're now using our own PackageServiceProvider
to load migrations.
bilogic commented
wow, just discovered https://github.com/spatie/laravel-package-tools
I have something very similar, but yours put mine to shame 🤦♂️