Add links to examples for each Fission environment (#1090)

This commit is contained in:
Erwin van Eyk
2019-04-25 20:36:14 +05:30
committed by Vishal
parent 1a5b0ec567
commit 47c5cee459
10 changed files with 24 additions and 15 deletions
+3 -1
View File
@@ -4,7 +4,7 @@ This is the PHP environment for Fission.
It's a Docker image containing a PHP 7.3 runtime. This image use php:7.3-cli base image with the built-in PHP server
This environment didn't force you to use class or create a main function.
This environment does not force you to use a specific class or create a main function.
A few common extensions are included :
- curl
@@ -22,6 +22,8 @@ A few common extensions are included :
- xmlrpc
- zip
Looking for ready-to-run examples? See the [PHP examples directory](../../examples/php).
## Customizing this image
To add other extensions or packages(composer.json) you need to edit the Dockerfile and rebuild this image (instructions below).