diff --git a/.env.example b/.env.example index e485257..d6e399d 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,5 @@ -APP_NAME=Laravel +APP_NAME="PixelBridge" +APP_VERSION="25.1/a" APP_ENV=local APP_KEY= APP_DEBUG=true diff --git a/config/app.php b/config/app.php index c16043a..3726d5a 100644 --- a/config/app.php +++ b/config/app.php @@ -13,7 +13,9 @@ | */ - 'name' => env('APP_NAME', 'Laravel'), + 'name' => env('APP_NAME', 'PixelBridge'), + + 'version' => env('APP_VERSION', '0.1.0'), /* |-------------------------------------------------------------------------- diff --git a/resources/views/layouts/sections/footer/footer.blade.php b/resources/views/layouts/sections/footer/footer.blade.php index 342dd94..95154e8 100644 --- a/resources/views/layouts/sections/footer/footer.blade.php +++ b/resources/views/layouts/sections/footer/footer.blade.php @@ -7,7 +7,7 @@