@@ -47,9 +47,12 @@ It comes pre-configured with the following bundles:
47
47
* ** SensioDistributionBundle** (in dev/test env) - Adds functionality for
48
48
configuring and working with Symfony distributions
49
49
50
- * [ ** SensioGeneratorBundle** ] [ 13 ] (in dev/test env) - Adds code generation
50
+ * [ ** SensioGeneratorBundle** ] [ 13 ] (in dev env) - Adds code generation
51
51
capabilities
52
52
53
+ * [ ** WebServerBundle** ] [ 14 ] (in dev env) - Adds commands for running applications
54
+ using the PHP built-in web servep
55
+
53
56
* ** DebugBundle** (in dev/test env) - Adds Debug and VarDumper component
54
57
integration
55
58
@@ -58,12 +61,12 @@ released under the MIT or BSD license.
58
61
59
62
Enjoy!
60
63
61
- [ 1 ] : https://symfony.com/doc/3.2 /setup.html
64
+ [ 1 ] : https://symfony.com/doc/3.3 /setup.html
62
65
[ 6 ] : https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/index.html
63
- [ 7 ] : https://symfony.com/doc/3.2/doctrine.html
64
- [ 8 ] : https://symfony.com/doc/3.2/templating.html
65
- [ 9 ] : https://symfony.com/doc/3.2/security.html
66
- [ 10 ] : https://symfony.com/doc/3.2/email.html
67
- [ 11 ] : https://symfony.com/doc/3.2/logging.html
68
- [ 12 ] : https://symfony.com/doc/3.2/assetic/asset_management.html
66
+ [ 7 ] : https://symfony.com/doc/3.3/doctrine.html
67
+ [ 8 ] : https://symfony.com/doc/3.3/templating.html
68
+ [ 9 ] : https://symfony.com/doc/3.3/security.html
69
+ [ 10 ] : https://symfony.com/doc/3.3/email.html
70
+ [ 11 ] : https://symfony.com/doc/3.3/logging.html
69
71
[ 13 ] : https://symfony.com/doc/current/bundles/SensioGeneratorBundle/index.html
72
+ [ 14 ] : https://symfony.com/doc/current/setup/built_in_web_server.html
0 commit comments