# Lumen 的sql记录组件
开启
```php
if (env('APP_ENV') == 'local') {
$app->register(Arch\EventServiceProvider::class);
}
```