We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e1ebac commit 5fa1559Copy full SHA for 5fa1559
README.md
@@ -4,4 +4,10 @@ This is a little PHP package that adds common SQL functions to SQLite. Useful wh
4
5
It still needs a lot of work, so all PRs are welcome.
6
7
+# Installation
8
+
9
+```bash
10
+composer require --dev appel/sqlite-functions
11
+```
12
13
If you're using Laravel, the service provider and function macros will be registered automatically for you.
0 commit comments