Wire admin studio SSR and search infrastructure

This commit is contained in:
2026-05-01 11:46:06 +02:00
parent 257b0dbef6
commit 18cea8b0f0
329 changed files with 197465 additions and 2741 deletions

15
config/toolbar.php Normal file
View File

@@ -0,0 +1,15 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Toolbar cache
|--------------------------------------------------------------------------
|
| Controls caching behaviour for the per-user toolbar counters. Value is
| the TTL in seconds. Use the environment variable
| TOOLBAR_CACHE_TTL_SECONDS to override in each environment.
|
*/
'cache_ttl_seconds' => env('TOOLBAR_CACHE_TTL_SECONDS', 30),
];