SAP Hana can be used as a substitute database for any sort of application, including a LAMP application on Laravel.
Recently, there appears to have been a push towards moving application code closer to the actual database via XS Engine and XSJS applications. This is essentially an app server that serves applications natively in SAP Hana.
Here's the dilemma. If I have a PHP/Laravel application running on mySQL, what are the options to get it as close as possible to being a native UI5 app by re-writing as little code as possible?
The reason that we need to move our app from Laravel/LAMP to use SAP Hana is because our startup Tallyfy is a member of the SAP Startup Focus program. There's thousands of startups in that program, I believe. This requires not just casual usage of HANA as a database, but a fair amount of other controller/UI-heavy code within the HANA container.