Wes King
Wes King
@rroja Can you tell me a little more about the error? What version of cakephp-monga are you running? Version of Cake? Thanks!
@richard015ar @BenoKop @rahulTheDev Sorry for the late reply on this - I think I've discovered your issue. I never expected custom namespaces to be a popular feature, I just wrote...
Cake Controller classes follow the UpperCamelCase convention and typically you can omit the 'Controller' from controller class names when they're being called in a CakePHP controller specific context. 1. Rename...
@dipeshcct Are you loading the CorsFilter class using the `DispatchFactory::add()` method prior to defining the CORS options on your routes? The CorsFilter needs to be loaded in bootstrap.php regardless of...