You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a quick heads up: i've created a dockerized version to more easily run this in CI / locally or wherever on any type of project so it can more easily help with (i.e.) transitioning code to newer PHP versions.
This also lowers the barrier of getting everything up and running to test it out :)
One can simply run docker run -v $(pwd):/app gekkie/phpinsights to get going
The text was updated successfully, but these errors were encountered:
Hi :)
Just a quick heads up: i've created a dockerized version to more easily run this in CI / locally or wherever on any type of project so it can more easily help with (i.e.) transitioning code to newer PHP versions.
This also lowers the barrier of getting everything up and running to test it out :)
One can simply run
docker run -v $(pwd):/app gekkie/phpinsights
to get goingThe text was updated successfully, but these errors were encountered: