Skip to content

Commit a7ab580

Browse files
committed
minor symfony#52 Add SQLite requirements symfony#51 (JulienItard)
This PR was merged into the master branch. Discussion ---------- Add SQLite requirements symfony#51 Commits ------- 0d0370e Add requirements symfony#51
2 parents 254edb5 + 0d0370e commit a7ab580

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ Symfony Demo Application
44
The "Symfony Demo Application" is a reference application created to show how
55
to develop Symfony applications following the recommended best practices.
66

7+
Requirements
8+
------------
9+
10+
You must have PDO-SQLite php extension enabled.
11+
12+
```bash
13+
$ sudo aptitude install php5-sqlite
14+
15+
```
16+
717
Installation
818
------------
919

0 commit comments

Comments
 (0)