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" + + + + FL0 + + + + + +``` + +View an example template repository at https://github.com/fl0zone/template-php-minimal + +### Coming soon + +- ability to start `index.php` from a subfolder in your repository +- example using Composer to manage dependencies