Launch a trial, no account needed https://diploi.com
Uses the official FrankenPHP Docker image.
-
In the Dashboard, click Create Project +
-
Under Pick Components, choose Laravel (PHP)
You can add other frameworks from this page if you want to create a monorepo application, eg, Laravel + (React + Vite for frontend).
-
In Pick Add-ons, select any databases or extra tools you need.
-
Choose Create Repository so Diploi generates a new GitHub repo for your project.
-
Click Launch Stack
Check the guide https://docs.diploi.com/
Will run composer install --optimize-autoloader --no-interaction
when component is first initialized, and frankenphp php-server
when deployment is started.
Will build a production ready image. Image runs composer install --no-dev --optimize-autoloader --no-interaction
when being created. Once the image runs, frankenphp php-server
is called.