diff --git a/docs/quickstarts/php.md b/docs/quickstarts/php.md new file mode 100644 index 0000000..8bfcded --- /dev/null +++ b/docs/quickstarts/php.md @@ -0,0 +1,31 @@ +--- +--- + +# PHP + +To deploy your PHP app on FL0, follow the guide below to configure your codebase correctly. + +### Minimal PHP app + +Add a new file `index.php` into an empty repository, and deploy this repository with FL0: + +```php title="/index.php" + + +
+