Hi there, I’m new in Slim Framework.
Tell me please, how can I set some cookies by Slim native method? Does anything like that exist at least?
First of all, I tried to set cookies by $app->setCookies();
, described in the docs, but I got BadMethodCallException: Method setCookie is not a valid method
.
How can I solve that trouble?