We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2699c88 commit 805ce63Copy full SHA for 805ce63
.gitpod.yml
@@ -0,0 +1,7 @@
1
+ports:
2
+ - port: 8000
3
+ onOpen: open-preview
4
+
5
+tasks:
6
+ - init: composer update
7
+ command: php -S 0.0.0.0:8000 -t public/
README.md
@@ -1,6 +1,8 @@
Symfony Demo Application
========================
+[](https://gitpod.io/#https://github.com/gitpod-io/symfony-demo)
The "Symfony Demo Application" is a reference application created to show how
to develop applications following the [Symfony Best Practices][1].
8
0 commit comments