Introduce filament

This commit is contained in:
xiaomlove
2022-06-27 01:39:01 +08:00
parent aae45835ee
commit 1aca20070d
92 changed files with 3535 additions and 83 deletions

View File

@@ -18,7 +18,8 @@ return [
|
*/
'driver' => env('SESSION_DRIVER', 'file'),
// 'driver' => env('SESSION_DRIVER', 'file'),
'driver' => 'redis',
/*
|--------------------------------------------------------------------------
@@ -72,7 +73,8 @@ return [
|
*/
'connection' => env('SESSION_CONNECTION', null),
// 'connection' => env('SESSION_CONNECTION', null),
'connection' => 'session',
/*
|--------------------------------------------------------------------------