Include Lumen/Laravel app in custom WordPress template

Okey so what I did was not using a WordPress theme template and instead deploying the app how I normally would without WP (e.g. create the folder /my-apps/my-app and put the index and htaccess file in there). After that I wrapped the index.php manually with require '../../wp-load.php'; in the template functions (get_header() etc.)