I'm working with Slim 4 Framework with a Twig engine for templates. Some time ago, Twig had an extension with {% trans %} tokens and |trans filter directly link
My code: div.form-group.col-md-12 label =t('.password') = f.text_field :password, required: true,
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
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
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
I am just try to pass username from middileware auth function $request->withAttribute('username','XXXXXX'); return $next($request, $response); But i cann