-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
macOs version: 11.1
php version: 8.0
companion app version: 0.1.0
Laravel Valet 2.13.16
Steps I followed:
- updated barryvdh/laravel-debugbar to v 3.5.2
- vendor:publish the config file
- downloaded the
.dmgfrom releases page & moved it to applications
Modified the config/debugbar.php as
'storage' => [
'enabled' => true,
'driver' => 'socket', // redis, file, pdo, socket, custom
'path' => storage_path('debugbar'), // For file driver
'connection' => null, // Leave null for default connection (Redis/PDO)
'provider' => '', // Instance of StorageInterface for custom driver
'hostname' => '127.0.0.1', // Hostname to use with the "socket" driver
'port' => 2304, // Port to use with the "socket" driver
],But when I open the app it shows

What am I missing? Why doesn't it work?
skydiver and andruu
Metadata
Metadata
Assignees
Labels
No labels