Skip to content

Commit d895a15

Browse files
committed
Laravel's compatibility mentioned
1 parent 69f0c96 commit d895a15

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/database/orm/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44

55
## Introduction
66

7-
The Fluent ORM provides a beautiful, simple ActiveRecord implementation for working with your database. Each database table has a corresponding "Model" which is used to interact with that table. Models allow you to query for data in your tables, as well as insert new records into the table.
7+
The Fluent ORM provides a beautiful, simple ActiveRecord implementation for working with your database.
8+
Each database table has a corresponding "Model" which is used to interact with that table. Models allow you to query for data in your tables, as well as insert new records into the table.
89

10+
_Note: Fluent ORM is compatible the PHP Laravel Framework's Eloquent ORM. If you are familiar with Laravel's Eloquent ORM, you will feel right at home using the Fluent ORM._
911

1012
## Defining Models
1113

src/database/query-builder.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
## Introduction
55
Fluent's database query builder provides a convenient, fluent interface to creating and running database queries. It can be used to perform most database operations in your application.
66

7+
_Note: Our Query Builder is compatible the PHP Laravel Framework's Query Builder. If you are familiar with Laravel's Query Builder, you will feel right at home using the FluentCRM's Query Builder._
8+
79
### Example
810
Here is an example Fluent Query Builder
911

0 commit comments

Comments
 (0)