Skip to content

Commit

Permalink
Merge pull request #143 from bhargavraviya/changed/welcome-page-versi…
Browse files Browse the repository at this point in the history
…on-info

welcome page - version info
  • Loading branch information
danharrin authored Nov 9, 2023
2 parents 8971de6 + 30e5a87 commit 38fb545
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stubs/default/resources/views/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@
</div>
</div>
<div class="ml-4 text-sm text-center text-gray-500 dark:text-gray-400 sm:text-right sm:ml-0">
Laravel v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }})
Laravel v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }}) & Livewire
{{ \Composer\InstalledVersions::getPrettyVersion('livewire/livewire') }}
</div>
</div>
</div>
Expand Down

0 comments on commit 38fb545

Please sign in to comment.