dotkernel / api

DotKernel's PSR-7 REST style API built around the Mezzio API skeleton.
http://docs.dotkernel.org/api-documentation/
MIT License
26 stars 4 forks source link

clarify composer installation docs page #252

Open arhimede opened 1 month ago

arhimede commented 1 month ago

https://github.com/dotkernel/frontend/issues/433

https://docs.dotkernel.org/api/v4/introduction/installation/

Default is 0 or 1 ? Should we add a warning to always run composer commands from CLI ?

for instance, PhpStorm button "composer install" runss with no interactions

alexmerlin commented 1 month ago

As I mentioned a couple of days ago, during our daily TSC meeting, since this commit DotKernel API does not ask in which file you want to inject *ConfigProvider into. This was the solution for an issue we encountered when composer installing the dependencies by automated tools in non-interactive mode (if I remember correctly) did not install dev packages.

At that time, I also mentioned that in long term it might not be the best solution and we might revert those changes.

Also, see my https://github.com/dotkernel/frontend/issues/433#issuecomment-2109291536