File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ are included in your ``composer.json`` file:
29
29
"symfony/yaml": "^4.1"
30
30
}
31
31
32
- This makes Symfony different than any other PHP framework! Instead of starting with
32
+ This makes Symfony different from any other PHP framework! Instead of starting with
33
33
a *bulky * app with *every * possible feature you might ever need, a Symfony app is
34
34
small, simple and *fast *. And you're in total control of what you add.
35
35
@@ -253,7 +253,7 @@ Not convinced yet? No problem: remove the library:
253
253
254
254
$ composer remove api
255
255
256
- Flex will *uninstall * the recipes: removing files and un-doing changes to put your
256
+ Flex will *uninstall * the recipes: removing files and undoing changes to put your
257
257
app back in its original state. Experiment without worry.
258
258
259
259
More Features, Architecture and Speed
Original file line number Diff line number Diff line change @@ -290,8 +290,7 @@ Environment Variables
290
290
---------------------
291
291
292
292
Every app contains configuration that's different on each server - like database
293
- connection information or passwords. How should these be stored? In files? Or some
294
- other way?
293
+ connection information or passwords. How should these be stored? In files? Or another way?
295
294
296
295
Symfony follows the industry best practice by storing server-based configuration
297
296
as *environment * variables. This means that Symfony works *perfectly * with
You can’t perform that action at this time.
0 commit comments