We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6559d6 commit 92e14f2Copy full SHA for 92e14f2
src/SubscriptionServiceProvider.php
@@ -21,4 +21,11 @@ public function configurePackage(Package $package): void
21
->askToStarRepoOnGitHub('laravelcm/laravel-subscriptions');
22
});
23
}
24
+
25
+ public function bootingPackage(): void
26
+ {
27
+ if ($this->app->runningInConsole()) {
28
+ $this->loadMigrationsFrom(__DIR__.'/../database/migrations');
29
+ }
30
31
0 commit comments