Show version in the footer
This commit is contained in:
parent
cb55a660e5
commit
651fb9f3bf
@ -17,7 +17,7 @@ return [
|
||||
|
||||
'name' => 'PLA',
|
||||
'name_html_long' => '<b>php</b>LDAPadmin',
|
||||
'version' => trim(file_get_contents(__DIR__.'/../public/VERSION')),
|
||||
'version' => (trim(file_get_contents(__DIR__.'/../public/VERSION')) ?? 'UNKNOWN').'-'.(trim(file_get_contents(__DIR__.'/../VERSION')) ?? 'UNKNOWN'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
@ -3,6 +3,9 @@
|
||||
<div class="app-footer__inner">
|
||||
<div class="app-footer-left">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<strong>{{ config('app.version') }}</strong>
|
||||
</li>
|
||||
{{--
|
||||
<li class="nav-item">
|
||||
<a href="javascript:void(0);" class="nav-link">Footer Link</a>
|
||||
|
Loading…
Reference in New Issue
Block a user