Commit 679807ce authored by Jens Segers's avatar Jens Segers

Readme

parent 661431d0
...@@ -135,4 +135,6 @@ Aggregations can be combined with **where**: ...@@ -135,4 +135,6 @@ Aggregations can be combined with **where**:
$user = Comment::where('body', 'like', '%spam%')->get(); $user = Comment::where('body', 'like', '%spam%')->get();
**Inserts, updates and deletes**
All basic insert, update, delete and select methods should be implemented. Feel free to fork and help completing this library! All basic insert, update, delete and select methods should be implemented. Feel free to fork and help completing this library!
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment