Fix name of app on fresh install

This commit is contained in:
Julien Nahum 2023-04-12 16:03:23 +02:00
parent 5b8fe9c906
commit 66be34a41c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
APP_NAME="Laravel Vue Tailwind Spa"
APP_NAME="OpnForm"
APP_ENV=local
APP_KEY=
APP_DEBUG=true

View File

@ -13,7 +13,7 @@ return [
|
*/
'name' => env('APP_NAME', 'Laravel'),
'name' => env('APP_NAME', 'OpnForm'),
/*
|--------------------------------------------------------------------------