Add TuxiNet branding and document templates

This commit is contained in:
Thomas
2025-10-28 13:56:54 +01:00
parent f956a735ca
commit 3755435890
48 changed files with 1762 additions and 1 deletions

10
config/app.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
return [
'name' => env('APP_NAME', 'TuxiNet Portal'),
'env' => env('APP_ENV', 'local'),
'debug' => (bool) env('APP_DEBUG', true),
'url' => env('APP_URL', 'https://portal.tuxinet.dk'),
'timezone' => env('APP_TIMEZONE', 'UTC'),
'locale' => env('APP_LOCALE', 'en'),
];