diff --git a/config/app.php b/config/app.php index fd8f4dd..dc2eb1e 100644 --- a/config/app.php +++ b/config/app.php @@ -123,5 +123,6 @@ return [ 'store' => env('APP_MAINTENANCE_STORE', 'database'), ], - 'notice' => env('APP_NOTICE', '') + 'notice' => env('APP_NOTICE', ''), + 'version' => env('APP_VERSION', 'dev'), ]; diff --git a/resources/views/components/footer.blade.php b/resources/views/components/footer.blade.php index 924c623..62f4d3e 100644 --- a/resources/views/components/footer.blade.php +++ b/resources/views/components/footer.blade.php @@ -2,7 +2,9 @@
STEMMechanics Australia acknowledges the Traditional Owners of Country throughout Australia and the continuing connection to land, cultures and communities. We pay our respect to Aboriginal and Torres Strait Islander cultures; and to Elders both past, present and emerging.
@includeSVG('logo.svg', 'width:10rem;margin-top:-0.2rem;color:#DDD')
-
Made with ❤️ © {{ date('Y') }} STEMMechanics
+
Made with ❤️ © {{ date('Y') }} STEMMechanics • v{{ config('app.version') }}