Add update lookup and telemetry, Add version and build to app config

This commit is contained in:
Constantin Graf
2024-10-04 21:59:02 +02:00
committed by Gregor Vostrak
parent f147fb9725
commit 2372ee0622
31 changed files with 1195 additions and 680 deletions

View File

@@ -18,7 +18,11 @@ return [
|
*/
'name' => env('APP_NAME', 'solidtime'),
'name' => 'solidtime',
'version' => env('APP_VERSION'),
'build' => env('APP_BUILD'),
/*
|--------------------------------------------------------------------------