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
2
2
========================
3
3
4
4
The "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 ] .
6
6
7
7
Requirements
8
8
------------
9
9
10
10
* PHP 7.1.3 or higher;
11
11
* PDO-SQLite PHP extension enabled;
12
- * and the [ usual Symfony application requirements] [ 1 ] .
12
+ * and the [ usual Symfony application requirements] [ 2 ] .
13
13
14
14
Installation
15
15
------------
16
16
17
- Execute this command to install the project:
18
-
19
17
``` bash
20
18
$ composer create-project symfony/symfony-demo
21
19
```
@@ -32,8 +30,8 @@ $ cd symfony-demo/
32
30
$ php bin/console server:run
33
31
```
34
32
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.
37
35
38
36
Tests
39
37
-----
@@ -42,8 +40,9 @@ Execute this command to run tests:
42
40
43
41
``` bash
44
42
$ cd symfony-demo/
45
- $ ./vendor/ bin/simple- phpunit
43
+ $ ./bin/phpunit
46
44
```
47
45
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