Category "slim"

How to log every query from multiple connections in Eloquent (outside laravel)

I use multiple database connections in my app, one SQLServ, and another MySQL. I want to debug every query from both servers sequentially. therefore rather usin

Slim\Exception\HttpNotFoundException

I'm creating a new Slim project and getting the following error: Slim Application Error: The application could not run because of the following error: Error De

Slim\Exception\HttpNotFoundException

I'm creating a new Slim project and getting the following error: Slim Application Error: The application could not run because of the following error: Error De

PHP Slim Framework request using withAttribute error

I am just try to pass username from middileware auth function $request->withAttribute('username','XXXXXX'); return $next($request, $response); But i cann