File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -2,20 +2,18 @@ Symfony Demo Application
22========================
33
44The "Symfony Demo Application" is a reference application created to show how
5- to develop Symfony applications following the recommended best practices .
5+ to develop applications following the [ Symfony Best Practices ] [ 1 ] .
66
77Requirements
88------------
99
1010 * PHP 7.1.3 or higher;
1111 * PDO-SQLite PHP extension enabled;
12- * and the [ usual Symfony application requirements] [ 1 ] .
12+ * and the [ usual Symfony application requirements] [ 2 ] .
1313
1414Installation
1515------------
1616
17- Execute this command to install the project:
18-
1917``` bash
2018$ composer create-project symfony/symfony-demo
2119```
@@ -32,8 +30,8 @@ $ cd symfony-demo/
3230$ php bin/console server:run
3331```
3432
35- Alternatively, you can [ configure a fully-featured web server] [ 2 ] like Nginx
36- or Apache to run the application.
33+ Alternatively, you can [ configure a web server] [ 3 ] like Nginx or Apache to run
34+ the application.
3735
3836Tests
3937-----
@@ -42,8 +40,9 @@ Execute this command to run tests:
4240
4341``` bash
4442$ cd symfony-demo/
45- $ ./vendor/ bin/simple- phpunit
43+ $ ./bin/phpunit
4644```
4745
48- [ 1 ] : https://symfony.com/doc/current/reference/requirements.html
49- [ 2 ] : https://symfony.com/doc/current/cookbook/configuration/web_server_configuration.html
46+ [ 1 ] : https://symfony.com/doc/current/best_practices/index.html
47+ [ 2 ] : https://symfony.com/doc/current/reference/requirements.html
48+ [ 3 ] : https://symfony.com/doc/current/cookbook/configuration/web_server_configuration.html
You can’t perform that action at this time.
0 commit comments