Skip to content

Commit

Permalink
Laravel's compatibility mentioned
Browse files Browse the repository at this point in the history
  • Loading branch information
masiur committed Dec 23, 2022
1 parent 69f0c96 commit d895a15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/database/orm/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@

## Introduction

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.
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.

_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._

## Defining Models

Expand Down
2 changes: 2 additions & 0 deletions src/database/query-builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
## Introduction
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.

_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._

### Example
Here is an example Fluent Query Builder

Expand Down

0 comments on commit d895a15

Please sign in to comment.