Show Laravel version in about (#11641)

* Show Laravel version in about
We haven't used silk icons in a long time...

* a few cleanups and links
This commit is contained in:
Tony Murray
2020-05-20 17:33:31 -05:00
committed by GitHub
parent 370c7f5662
commit 266e80ef54
2 changed files with 18 additions and 13 deletions

View File

@@ -25,6 +25,7 @@
namespace App\Http\Controllers;
use App;
use App\Models\Application;
use App\Models\Callback;
use App\Models\Device;
@@ -72,6 +73,7 @@ class AboutController extends Controller
'version_local' => $version->local(),
'version_mysql' => current(DB::selectOne('select version()')),
'version_php' => phpversion(),
'version_laravel' => App::VERSION(),
'version_python' => Version::python(),
'version_webserver' => $request->server('SERVER_SOFTWARE'),
'version_rrdtool' => str_replace('1.7.01.7.0', '1.7.0', implode(' ', array_slice(explode(' ', shell_exec(