Matthew Setter
Matthew Setter
Are any specific modules required for NGINX?
While NGINX isn't officially supported, as it has a lot of community interest and usage, it'd be handy to know and to document.
I've added a note about `mod_headers` being mandatory for OAuth2 access in `installation/source_installation.html`, in the admin manual in recent changes in #3464.
I've got a setup working with Slim. All being well, I'll figure out what I missed by comparison to that project.
Thanks for joining in the discussion, @Xerkus & @froschdesign. Here are some more specifics of what I'm thinking. Mezzio Skeleton asks the following questions: - What type of installation would...
> AFAIK the biggest obstacle is that we can not add extra flags for `composer create-project`. Skeleton installer is a composer plugin. We have 2 options: interactively ask user or...
> [12fc77a](https://github.com/mezzio/mezzio-tooling/commit/12fc77a99f63bc9f3abfdd87ffd9490752ec70d1) feels out of place - please rebase instead Could I get an assist with that?
I'm not sure how to finish the PR because of how the routes are typically loaded in an application generated with the [Mezzio Skeleton](https://github.com/mezzio/mezzio-skeleton). What I mean is that the...
> Can we make this configurable? We do have a routes.php in combination with the https://github.com/mezzio/mezzio/blob/3.12.x/src/Container/ApplicationConfigInjectionDelegator.php If you now expect all routes.php to return a callables, that would be too...
Sorry about dropping this. Back on it now.