Laravel as well as any other PHP application can be deployed to Nodion with our native PHP environment. You can choose between Nginx and Apache as webservers. Simply place a nodion.yml file in your repository.
nodion:
env: php
version: 8.1
webserver: nginx