We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 375e18a commit 83056daCopy full SHA for 83056da
src/JetstreamServiceProvider.php
@@ -88,7 +88,7 @@ public function boot()
88
]);
89
});
90
91
- if (config('jetstream.stack') === 'inertia') {
+ if (config('jetstream.stack') === 'inertia' && class_exists(Inertia::class)) {
92
$this->bootInertia();
93
}
94
0 commit comments