display version on site
This commit is contained in:
@@ -123,5 +123,6 @@ return [
|
||||
'store' => env('APP_MAINTENANCE_STORE', 'database'),
|
||||
],
|
||||
|
||||
'notice' => env('APP_NOTICE', '')
|
||||
'notice' => env('APP_NOTICE', ''),
|
||||
'version' => env('APP_VERSION', 'dev'),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user