diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index 9921295..db8bba0 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -1,277 +1,30 @@ - - - - + + + Laravel Test Page + + + - {{ config('app.name', 'Laravel') }} - - - - - - - @if (file_exists(public_path('build/manifest.json')) || file_exists(public_path('hot'))) - @vite(['resources/css/app.css', 'resources/js/app.js']) - @else - - @endif - - -
- @if (Route::has('login')) - - @endif -
-
-
-
-

Let's get started

-

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

- - -
-
- {{-- Laravel Logo --}} - - - - - - - - - - - {{-- Light Mode 12 SVG --}} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {{-- Dark Mode 12 SVG --}} - -
-
-
+
+
+
+

Laravel Gitea Test Page

+
+
✅ Laravel is running successfully!
+

If you see this page, your Blade views and routing work perfectly.

- @if (Route::has('login')) - - @endif - +
    +
  • PHP Version: {{ PHP_VERSION }}
  • +
  • Laravel Version: {{ app()->version() }}
  • +
  • Environment: {{ app()->environment() }}
  • +
+ + Go to Home +
+
+
+ +