We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df34b7 commit 90e0184Copy full SHA for 90e0184
.gitignore
@@ -17,6 +17,7 @@
17
.phpunit.result.cache
18
/phpunit.xml
19
###< symfony/phpunit-bridge ###
20
+
21
###> symfony/webpack-encore-bundle ###
22
/node_modules/
23
npm-debug.log
README.md
@@ -47,6 +47,13 @@ $ cd my_project/
47
$ symfony serve
48
```
49
50
+If you have cloned the [GitHub repository](https://github.com/symfony/demo), you
51
+must install the Composer dependencies.
52
53
+```bash
54
+$ composer install
55
+```
56
57
Then access the application in your browser at the given URL (<https://localhost:8000> by default).
58
59
If you don't have the Symfony binary installed, run `php -S localhost:8000 -t public/`
0 commit comments