We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca1291c commit d582dceCopy full SHA for d582dce
2 files changed
.env.example
@@ -1,4 +1,5 @@
1
APP_NAME=Laravel
2
+APP_VERSION=1.0.0
3
APP_ENV=local
4
APP_KEY=
5
APP_DEBUG=true
config/app.php
@@ -28,7 +28,7 @@
28
| or any other location as required by the application or its packages.
29
*/
30
31
- 'version' => env('APP_VERSION', '2.7.1'),
+ 'version' => env('APP_VERSION', '2.8.0'),
32
33
/*
34
|--------------------------------------------------------------------------
@@ -69,8 +69,6 @@
69
70
'url' => env('APP_URL', 'http://localhost'),
71
72
- 'asset_url' => env('ASSET_URL'),
73
-
74
75
76
| Application Timezone
0 commit comments