This repository was archived by the owner on Nov 27, 2020. It is now read-only.
Commit 51b867a
committed
minor #991 Display a directory separator adapted to the OS Symfony is running on (Alsciende)
This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes #991).
Discussion
----------
Display a directory separator adapted to the OS Symfony is running on
On Windows, the current Symfony installer displays
> Your application is now ready. You can start working on it at:
and a path followed by `/`, even though the path itself (returned by `realpath`) is separated by `\`. It is inelegant et potentially confusing.
This PR tries to fix that.
Commits
-------
8643373 Display a directory separator adapted to the OS Symfony is running onFile tree
2 files changed
+2
-2
lines changed- app/Resources/views/default
- src/AppBundle/Controller
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
0 commit comments