File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1717.phpunit.result.cache
1818/phpunit.xml
1919# ##< symfony/phpunit-bridge ###
20-
2120# ##> symfony/webpack-encore-bundle ###
2221/node_modules /
2322npm-debug.log
Original file line number Diff line number Diff line change @@ -26,7 +26,13 @@ $ symfony new --demo my_project
2626Alternatively, you can use Composer:
2727
2828``` bash
29+ # you can create a new project based on the Symfony Demo project...
2930$ composer create-project symfony/symfony-demo my_project
31+
32+ # ...or you can clone the code repository and install its dependencies
33+ $ git clone https://github.com/symfony/demo.git my_project
34+ $ cd my_project/
35+ $ composer install
3036```
3137
3238If you want to test the demo without installing anything locally, you can also
@@ -47,13 +53,6 @@ $ cd my_project/
4753$ symfony serve
4854```
4955
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-
5756Then access the application in your browser at the given URL (< https://localhost:8000 > by default).
5857
5958If you don't have the Symfony binary installed, run ` php -S localhost:8000 -t public/ `
You can’t perform that action at this time.
0 commit comments