Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjgreen committed Feb 9, 2015
1 parent 4d0db2a commit 7affd65
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ Features:

The component is based on Laravel's Illuminate\Database and has very familiar syntax. The core Query Builder is mostly compatible. The main alterations are to the composition of the objects, and most significantly the creation and resolution of connections within the ConnectionFactory and ConnectionResolver classes.

### Installation

~~~
composer require mrjgreen/database
~~~


### Basic Example

First, create a new "ConnectionFactory" instance.
Expand Down

0 comments on commit 7affd65

Please sign in to comment.