From eae063cab9d60b6f040ae7b108de2d6bebebcdb8 Mon Sep 17 00:00:00 2001 From: Tony Lea Date: Sat, 22 Feb 2025 10:26:58 -0500 Subject: [PATCH] Adding new laravel welcome --- resources/views/welcome.blade.php | 397 +++++++++++++++++++----------- 1 file changed, 249 insertions(+), 148 deletions(-) diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index d12a07d0ecc..0c65b28a118 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 -
- -
-
- -
- Laravel documentation screenshot - -
-
- -
-
-
- -
- -
-

Documentation

- -

- Laravel has wonderful documentation covering every aspect of the framework. Whether you are a newcomer or have prior experience with Laravel, we recommend reading our documentation from beginning to end. -

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

Laracasts

- -

- Laracasts offers thousands of video tutorials on Laravel, PHP, and JavaScript development. Check them out, see for yourself, and massively level up your development skills in the process. -

-
- - -
+ +
+ @if (Route::has('login')) + + @endif +
+
+
+
+

Let's get started

+

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

+
- -
-

Vibrant Ecosystem

+
+ + +
  • + + + + + + + Watch video tutorials at + + Laracasts + + + + + +
  • + + +
    +
    + {{-- Laravel Logo --}} + + + + + + + + + -

    - 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. -

    -
    -
    -
    -
    + {{-- Light Mode 12 SVG --}} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -
    - Laravel v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }}) -
    + {{-- Dark Mode 12 SVG --}} + +
    -
    +
    + + @if (Route::has('login')) + + @endif - + \ No newline at end of file