From ab101086b8fdcd669cd28d179a5c7b373ac47986 Mon Sep 17 00:00:00 2001 From: Tony Lea Date: Sat, 22 Feb 2025 11:55:05 -0500 Subject: [PATCH] Adding new laravel welcome (#6546) --- resources/views/welcome.blade.php | 403 +++++++++++++++++++----------- 1 file changed, 252 insertions(+), 151 deletions(-) diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index d12a07d0..0c65b28a 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -8,169 +8,270 @@ - + @if (file_exists(public_path('build/manifest.json')) || file_exists(public_path('hot'))) @vite(['resources/css/app.css', 'resources/js/app.js']) @else @endif - -
- Laravel background -
-
-
-
- -
- @if (Route::has('login')) - + @endif +
+
+
+
+

Let's get started

+

Laravel has an incredibly rich ecosystem.
We suggest starting with the following.

+
- -
-

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{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }}) -
+ + + +
  • + + + + + + + Watch video tutorials at + + Laracasts + + + + + +
  • + +
    -
    +
    + {{-- Laravel Logo --}} + + + + + + + + + + + {{-- Light Mode 12 SVG --}} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{-- Dark Mode 12 SVG --}} + +
    +
    + + + @if (Route::has('login')) + + @endif - + \ No newline at end of file