meter
meter copied to clipboard
Laravel package to find performance bottlenecks in your laravel application.
Hi, This is necessary to reuse an already created connection. **meter.php** ``` 'connection' => env('METER_CONNECTION', null), ``` **MeterServiceProvider.php** ``` $defaultConnection = config('meter.connection') ?? config('database.default'); config(['database.connections.meter' => config("database.connections.{$defaultConnection}")]); ```
Firstly, I loved this Meter app to monitoring my apps on simple way, congrats by the project :) Back to focus, I installed today about 6 hours ago, but now...
The addition of the __construct() method to MeterModel in the latest version prevents the type and content fields from recording, completely breaking the package /. `SQLSTATE[HY000]: General error: 1364 Field...
I install the meter package, everything ok but db table meter_entries does not connected.