Open
Description
Directory structure something like this:
- install
- src
- zend-expressive
- bin
- config
- public
- src
- templates
- ...
- symfony
- bin
- config
- public
- src
- templates
- ...
- src
- Model
- ProcessManager
- Projection
- ...
- tests
- Symfony
- Expressive
- ProophessorDo
- vendor
In the install directory we should have some composer install scripts, similar to what is at https://github.com/zendframework/zend-expressive-skeleton/
The installer asks something like:
What framework you want to use?
a) symfony
b) zend-expressive
c) both
and so on, which installs additional composer packages.
This will reduce maintenance overhead (f.e. a bugfix or feature in proophessor-do src doesn't need to get applied to two repositories) and people also have an app where they can have a direct framework comparision.
Activity