I’m a little crossed up here, no pun intended.
Steps so far were:
- Install slim-skeleton via composer
 - Pull up /public/ expecting to see Hello world!
 - Seeing 405 
"description": "Method not allowed. Must be one of: OPTIONS"error which I googled to understand this is a CORS error which i suspected. - Arrived at Setting up CORS - Slim Framework
 - Little confused as to where these might go in the slim-skeleton project structure.
 
No matter where I copy/paste these in I still get 405 errors.
Any help would be appreciated.
Thanks,