diff --git a/stubs/inertia-react-ts/resources/js/Pages/Welcome.tsx b/stubs/inertia-react-ts/resources/js/Pages/Welcome.tsx index 987c614eb..e6cd99dba 100644 --- a/stubs/inertia-react-ts/resources/js/Pages/Welcome.tsx +++ b/stubs/inertia-react-ts/resources/js/Pages/Welcome.tsx @@ -292,31 +292,11 @@ export default function Welcome({ auth, laravelVersion, phpVersion }: PageProps<
-
-
- - - - - Sponsor - -
+
+  
-
+
Laravel v{laravelVersion} (PHP v{phpVersion})
diff --git a/stubs/inertia-react/resources/js/Pages/Welcome.jsx b/stubs/inertia-react/resources/js/Pages/Welcome.jsx index 64cf18c50..7bfe12efc 100644 --- a/stubs/inertia-react/resources/js/Pages/Welcome.jsx +++ b/stubs/inertia-react/resources/js/Pages/Welcome.jsx @@ -291,31 +291,11 @@ export default function Welcome({ auth, laravelVersion, phpVersion }) {
-
-
- - - - - Sponsor - -
+
+  
-
+
Laravel v{laravelVersion} (PHP v{phpVersion})
diff --git a/stubs/inertia-vue-ts/resources/js/Pages/Welcome.vue b/stubs/inertia-vue-ts/resources/js/Pages/Welcome.vue index 9b7785d2e..de5bfb5ee 100644 --- a/stubs/inertia-vue-ts/resources/js/Pages/Welcome.vue +++ b/stubs/inertia-vue-ts/resources/js/Pages/Welcome.vue @@ -281,31 +281,11 @@ defineProps<{
-
- +
+  
-
+
Laravel v{{ laravelVersion }} (PHP v{{ phpVersion }})
diff --git a/stubs/inertia-vue/resources/js/Pages/Welcome.vue b/stubs/inertia-vue/resources/js/Pages/Welcome.vue index 11cf1dc87..b586177e4 100644 --- a/stubs/inertia-vue/resources/js/Pages/Welcome.vue +++ b/stubs/inertia-vue/resources/js/Pages/Welcome.vue @@ -291,31 +291,11 @@ defineProps({
-
- +
+  
-
+
Laravel v{{ laravelVersion }} (PHP v{{ phpVersion }})
diff --git a/stubs/livewire-common/resources/views/welcome.blade.php b/stubs/livewire-common/resources/views/welcome.blade.php index ea3c336ea..6aaa65e24 100644 --- a/stubs/livewire-common/resources/views/welcome.blade.php +++ b/stubs/livewire-common/resources/views/welcome.blade.php @@ -107,18 +107,11 @@
-
- +
+  
-
+
Laravel v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }})