Elanor
Elanor
I fully support this addition! The only thing I would suggest is an additional section in the README about how to utilize it (and a reminder to update these values).
Try deleting the node_modules folder and install from scratch?
I'm working on a method to have this "just work" in the docker-compose.yml or Dockerfile, however, you can do this with the composer image like so `docker-compose run --rm composer...
Hey @GitHM -- the reason you were having "weird docker errors" with your volume declaration is because you were linking a folder rather than a volume -- which if there's...
#26 will fix this issue.
I have this working on IIS, but unfortunately sub-directories do not work. Behind the scenes, a POST request is failing with a 405
It's pretty much the default configuration for PHP in IIS. I haven't customized any handlers for any verbs. And it's only an issue with subdirectories, it works in the root...
In the subdirectory or the root?
You did it! Thank you!
I also have this issue on Dreamhost PHP 7.0 FastCGI