diff options
Diffstat (limited to 'config')
-rw-r--r--[-rwxr-xr-x] | config/app.php | 6 | ||||
-rw-r--r--[-rwxr-xr-x] | config/auth.php | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | config/broadcasting.php | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | config/cache.php | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | config/database.php | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | config/filesystems.php | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | config/hashing.php | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | config/logging.php | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | config/mail.php | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | config/queue.php | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | config/services.php | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | config/session.php | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | config/view.php | 0 |
13 files changed, 4 insertions, 4 deletions
diff --git a/config/app.php b/config/app.php index 66fde67..b16e7f7 100755..100644 --- a/config/app.php +++ b/config/app.php @@ -13,7 +13,7 @@ return [ | */ - 'name' => env('APP_NAME', 'BEAM-Messenger'), + 'name' => env('APP_NAME', 'Laravel'), /* |-------------------------------------------------------------------------- @@ -156,7 +156,7 @@ return [ */ App\Providers\AppServiceProvider::class, App\Providers\AuthServiceProvider::class, - App\Providers\BroadcastServiceProvider::class, + // App\Providers\BroadcastServiceProvider::class, App\Providers\EventServiceProvider::class, App\Providers\RouteServiceProvider::class, @@ -198,7 +198,7 @@ return [ 'Password' => Illuminate\Support\Facades\Password::class, 'Queue' => Illuminate\Support\Facades\Queue::class, 'Redirect' => Illuminate\Support\Facades\Redirect::class, - 'LRedis' => Illuminate\Support\Facades\Redis::class, + 'Redis' => Illuminate\Support\Facades\Redis::class, 'Request' => Illuminate\Support\Facades\Request::class, 'Response' => Illuminate\Support\Facades\Response::class, 'Route' => Illuminate\Support\Facades\Route::class, diff --git a/config/auth.php b/config/auth.php index 7817501..7817501 100755..100644 --- a/config/auth.php +++ b/config/auth.php diff --git a/config/broadcasting.php b/config/broadcasting.php index 3ca45ea..3ca45ea 100755..100644 --- a/config/broadcasting.php +++ b/config/broadcasting.php diff --git a/config/cache.php b/config/cache.php index fa12e5e..fa12e5e 100755..100644 --- a/config/cache.php +++ b/config/cache.php diff --git a/config/database.php b/config/database.php index cab5d06..cab5d06 100755..100644 --- a/config/database.php +++ b/config/database.php diff --git a/config/filesystems.php b/config/filesystems.php index af32c3c..77fa5de 100755..100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -13,7 +13,7 @@ return [ | */ - 'default' => env('FILESYSTEM_DRIVER', 'public'), + 'default' => env('FILESYSTEM_DRIVER', 'local'), /* |-------------------------------------------------------------------------- diff --git a/config/hashing.php b/config/hashing.php index d3c8e2f..d3c8e2f 100755..100644 --- a/config/hashing.php +++ b/config/hashing.php diff --git a/config/logging.php b/config/logging.php index 400bc7f..400bc7f 100755..100644 --- a/config/logging.php +++ b/config/logging.php diff --git a/config/mail.php b/config/mail.php index bb92224..bb92224 100755..100644 --- a/config/mail.php +++ b/config/mail.php diff --git a/config/queue.php b/config/queue.php index 391304f..391304f 100755..100644 --- a/config/queue.php +++ b/config/queue.php diff --git a/config/services.php b/config/services.php index aa1f7f8..aa1f7f8 100755..100644 --- a/config/services.php +++ b/config/services.php diff --git a/config/session.php b/config/session.php index 736fb3c..736fb3c 100755..100644 --- a/config/session.php +++ b/config/session.php diff --git a/config/view.php b/config/view.php index 2acfd9c..2acfd9c 100755..100644 --- a/config/view.php +++ b/config/view.php |