platformsh / platformify

Get your project ready to be deployed in Platform.sh
MIT License
3 stars 9 forks source link

Fix Find() when / is used as input #202

Closed akalipetis closed 10 months ago

akalipetis commented 10 months ago

This fixes issues with Platformifiers that were looking for relative files, like Laravel and Django

Fix #199

gilzow commented 10 months ago

the only other challenge i see is that the message about adding the composer dependency is scrolled out of view quickly due to the size of our congrats message:

Normal size terminal window:

image

Expanded to be able to see it:

image
akalipetis commented 10 months ago

Good point, let's open a separate issue to discuss this.

gilzow commented 10 months ago

message size moved to #204