Add flake.nix, non-legacy builds, composer update, fix redirects

This commit is contained in:
Samuel Štancl 2025-09-28 22:55:47 +02:00
parent a675535e98
commit ab2fe374b9
16 changed files with 1108 additions and 504 deletions

View file

@ -3,6 +3,7 @@
use Illuminate\Support\Str;
return [
'legacy' => intval(env('DOCS_LEGACY_DEPLOYMENT', '1')),
'baseUrl' => 'http://localhost:3000',
'production' => false,
'siteName' => 'Tenancy for Laravel',