diff --git a/resources/js/pages/welcome.tsx b/resources/js/pages/welcome.tsx index ab38fe134..7a058da42 100644 --- a/resources/js/pages/welcome.tsx +++ b/resources/js/pages/welcome.tsx @@ -2,14 +2,7 @@ import { type SharedData } from '@/types'; import { Head, Link, usePage } from '@inertiajs/react'; export default function Welcome() { - const { auth, laravelVersion, phpVersion } = usePage().props; - - const handleImageError = () => { - document.getElementById('screenshot-container')?.classList.add('hidden!'); - document.getElementById('docs-card')?.classList.add('row-span-1!'); - document.getElementById('docs-card-content')?.classList.add('flex-row!'); - document.getElementById('background')?.classList.add('hidden!'); - }; + const { auth } = usePage().props; return ( <> @@ -17,283 +10,780 @@ export default function Welcome() { -
- -
-
-
-
- +
+
-
- -
- -
-
- + -
- Laravel documentation screenshot - Laravel documentation screenshot -
-
- -
- +
+ + + + + + + + + + + + + + + + + + + + + -
- - - - - - - -
- -
-

Laravel News

- -

- Laravel News is a community driven portal and newsletter aggregating all of the latest and most important - news in the Laravel ecosystem, including new package releases and tutorials. -

-
- - - - -
- -
-
- - - - - -
- -
-

Vibrant Ecosystem

- -

- Laravel's robust library of first-party tools and libraries, such as{' '} - - Forge - - ,{' '} - - Vapor - - ,{' '} - - Nova - - ,{' '} - - Envoyer - - , and{' '} - - Herd - {' '} - help you take your projects to the next level. Pair them with powerful open source libraries like{' '} - - Cashier - - ,{' '} - - Dusk - - ,{' '} - - Echo - - ,{' '} - - Horizon - - ,{' '} - - Sanctum - - ,{' '} - - Telescope - - , and more. -

-
-
-
-
- -
- Laravel v{laravelVersion as string} (PHP v{phpVersion as string}) -
-
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
);