From a1e9cb5b66558325d65cf9524870c6818051e9d9 Mon Sep 17 00:00:00 2001 From: kkamara Date: Wed, 9 Feb 2022 12:59:28 -0800 Subject: [PATCH] Add app version to page footer #93 --- config/app.php | 2 +- resources/views/layouts/footer.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/app.php b/config/app.php index fba9eff..ca4722e 100644 --- a/config/app.php +++ b/config/app.php @@ -2,7 +2,7 @@ return [ - 'APP_VERSION' => env('APP_VERSION'), + 'version' => env('APP_VERSION'), /* |-------------------------------------------------------------------------- diff --git a/resources/views/layouts/footer.blade.php b/resources/views/layouts/footer.blade.php index 37416cd..10c9d76 100755 --- a/resources/views/layouts/footer.blade.php +++ b/resources/views/layouts/footer.blade.php @@ -1,7 +1,7 @@ \ No newline at end of file