Skip to content

Can't get it working on macOs BigSur with PHP 8 #6

@thinkstudeo

Description

@thinkstudeo

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 .dmg from 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
Screenshot 2021-01-06 at 02 49 56

What am I missing? Why doesn't it work?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions