beyondcode / beyondcode/laravel-debugbar-companion
Can't get it working on macOs BigSur with PHP 8
- Dominant language
- Vue
- Stars
- 290
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
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 `.dmg` from releases page & moved it to applications
Modified the `config/debugbar.php` as
```php
'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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.