Skip to content

Commit d582dce

Browse files
committed
✅ v2.8.0
1 parent ca1291c commit d582dce

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
APP_NAME=Laravel
2+
APP_VERSION=1.0.0
23
APP_ENV=local
34
APP_KEY=
45
APP_DEBUG=true

config/app.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
| or any other location as required by the application or its packages.
2929
*/
3030

31-
'version' => env('APP_VERSION', '2.7.1'),
31+
'version' => env('APP_VERSION', '2.8.0'),
3232

3333
/*
3434
|--------------------------------------------------------------------------
@@ -69,8 +69,6 @@
6969

7070
'url' => env('APP_URL', 'http://localhost'),
7171

72-
'asset_url' => env('ASSET_URL'),
73-
7472
/*
7573
|--------------------------------------------------------------------------
7674
| Application Timezone

0 commit comments

Comments
 (0)