Fanda OGsoft
Fanda OGsoft
### Changes proposed in this pull request: - Laravel standard event support - [QueryExecuted](https://github.com/laravel/framework/blob/8.x/src/Illuminate/Database/Events/QueryExecuted.php) - supports [Sentry](https://github.com/getsentry/sentry-laravel/blob/c9077d6765bff3f7f8ed7e91774d5bd224847a2b/src/Sentry/Laravel/Tracing/EventHandler.php#L217) (Sentry bind QueryExecuted event)
Hi, I use merger https://ldaptor.readthedocs.io/en/latest/cookbook/merger.html I've got a problem. I have 2 LDAP servers. Sometime one LDAP server is offline. How can I handle if LDAP is offline (1st is...
With interfaces and custom data users can make their own factories. It is possible to make general factory (for example `MyGeneralParametersFactory`). This factory get custom data `["class"=>PetsParameter::class]`. Then user's factory...
Hello, is it possible to view *.jsonl files? The idea of config file: ``` format = { type: JsonFormat charset: UTF-8 fields: [ { name: "date", type: "date" }, {...