We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c9247f commit 5125222Copy full SHA for 5125222
README.md
@@ -28,3 +28,7 @@ wget -O c9_php_mysql.sh https://raw.githubusercontent.com/fla91fr/laravel-insta
28
chmod +x c9_php_mysql.sh
29
./c9_php_mysql.sh
30
```
31
+## To update AWS Cloud9 Instance (php 7.2 modules + composer installation) :
32
+wget -O aws-composer-php7.2-modules.sh https://raw.githubusercontent.com/fla91fr/laravel-installer/master/aws-composer-php7.2-modules.sh
33
+chmod +x aws-composer-php7.2-modules.sh
34
+./aws-composer-php7.2-modules.sh
0 commit comments