Building a Shopify App with anything outside https://github.com/Shopify/shopify-app-template-node or https://github.com/Shopify/shopify_app can be daunting; you’re on your own for the most part. Since I figured it out with my crew using VueJs: we’ve decided to Open Source the template.
You’ve installed https://www.php.net/ and https://getcomposer.org/ for the PHP backend.
The NodeJS backend is based on https://github.com/Shopify/shopify-app-template-node, while the PHP backend is based on https://github.com/osiset/laravel-shopify.
Note, for your PHP app to work, you'd need to configure the database, jobs, middlewares, and publish the configurations for the Laravel Shopify package.