Menustructuur via intranet te beheren

This commit is contained in:
NH Gooi
2025-07-17 14:01:44 +02:00
parent e3564b524f
commit 643efdb404
3 changed files with 85 additions and 142 deletions

View File

@@ -48,12 +48,12 @@ return [
'root' => storage_path('app'),
],
'public' => [
'driver' => 'local',
'root' => storage_path('app/public'),
'url' => env('APP_URL').'/storage',
'visibility' => 'public',
],
//'public' => [
// 'driver' => 'local',
// 'root' => storage_path('app/public'),
// 'url' => env('APP_URL').'/storage',
// 'visibility' => 'public',
//],
's3' => [
'driver' => 's3',