Skip to content

Commit 38fb545

Browse files
authored
Merge pull request #143 from bhargavraviya/changed/welcome-page-version-info
welcome page - version info
2 parents 8971de6 + 30e5a87 commit 38fb545

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stubs/default/resources/views/welcome.blade.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@
109109
</div>
110110
</div>
111111
<div class="ml-4 text-sm text-center text-gray-500 dark:text-gray-400 sm:text-right sm:ml-0">
112-
Laravel v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }})
112+
Laravel v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }}) & Livewire
113+
{{ \Composer\InstalledVersions::getPrettyVersion('livewire/livewire') }}
113114
</div>
114115
</div>
115116
</div>

0 commit comments

Comments
 (0)