Category "slim"

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