Angelin
Angelin
I have extended the $router->exceptionRoute() method to be able to catch Throwable Errors that are not being caught by $router->errorRoute() method. Ex: ``` $router->exceptionRoute(Error::class, function (\Error $e) use ($logger) {...
When using joins in the readQueryBuilder in the format table.column there's always an exception because both of the initial conditions and stripped conditions are passed to PDO. This query ```...
This is very helpful in case other vendors need it and your whole infrastructure is based on Simplon MySQL. For example I want to pass it to a Monolog MySQL...
Previously the `/confirm-email` request was stuck in a loop and never displayed the intended web templates. Now it checks for query params `success` and `error` to display the page and...