Skip to content

Commit

Permalink
beginning work on eloquent docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed May 14, 2015
1 parent 821a144 commit 1d6a93a
Show file tree
Hide file tree
Showing 7 changed files with 1,306 additions and 4 deletions.
2 changes: 1 addition & 1 deletion database.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Basic Database Usage
# Database Basics

- [Configuration](#configuration)
- [Running Raw SQL Queries](#running-queries)
Expand Down
11 changes: 8 additions & 3 deletions documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,13 @@
- [Testing](/docs/{{version}}/testing)
- [Validation](/docs/{{version}}/validation)
- Database
- [Basic Usage](/docs/{{version}}/database)
- [The Basics](/docs/{{version}}/database)
- [Query Builder](/docs/{{version}}/queries)
- [Eloquent ORM](/docs/{{version}}/eloquent)
- [Migrations / Schema](/docs/{{version}}/schema)
- [Database Seeding](/docs/{{version}}/seeds)
- [Seeding](/docs/{{version}}/seeds)
- Eloquent ORM
- [The Basics](/docs/{{version}}/eloquent-basics)
- [Relationships](/docs/{{version}}/eloquent-relationships)
- [Collections](/docs/{{version}}/eloquent-collections)
- [Mutators](/docs/{{version}}/eloquent-mutators)
- [JSON Serialization](/docs/{{version}}/eloquent-serialization)
Loading

0 comments on commit 1d6a93a

Please sign in to comment.