meter icon indicating copy to clipboard operation
meter copied to clipboard

Laravel package to find performance bottlenecks in your laravel application.

Results 4 meter issues
Sort by recently updated
recently updated
newest added

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.