mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
feat: show version number on welcome screen when logged in
This commit is contained in:
parent
56210405ff
commit
4de1403105
4 changed files with 32 additions and 0 deletions
|
|
@ -130,4 +130,17 @@ return [
|
|||
'force_https' => env('FORCE_HTTPS', false),
|
||||
'puppeteer_docker' => env('PUPPETEER_DOCKER', false),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Application Version
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| This value is the version of your application, which will be used when
|
||||
| displaying the version number in the UI. This is set during the Docker
|
||||
| build process from the release tag.
|
||||
|
|
||||
*/
|
||||
|
||||
'version' => env('APP_VERSION', null),
|
||||
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue