I am new to openshift and want to deploy my php Laravel application using openshift commands. I know openshift uses S2I for build images from source code. I create a new application by the ssh URI of my project that is hosted on gitlab using openshift/php builder. But when expose to create route for accessing application externally, it loads test page of Apache HTTP server instead of my project home page. However this is ok for php code without any framework.
oc new-app openshift/php~ssh-git-uri
Thanks for pointing me to which builder to use. I also saw this link but did not understand how to use it for my project.