odan / slim4-skeleton

A Slim 4 Skeleton
https://odan.github.io/slim4-skeleton/
MIT License
439 stars 80 forks source link

Fix Phoenix Setup #93

Closed jcchikikomori closed 2 years ago

jcchikikomori commented 2 years ago

Context:

I am unable to proceed on your documentation, so I had to explore and find the workaround

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

odan commented 2 years ago

Phoenix was removed from this project some time ago to make this skeleton more agnostic. It looks like there are still some parts of Phoenix left. Due to the removal, I want to make it easier for developers to install other packages like phinx or doctrine/migrations. The docs have been fixed. Thanks for reporting.