From 1f480638e5e3d6a1e70f487deff8ee86f68e6f3f Mon Sep 17 00:00:00 2001 From: bisht42 <108942387+bisht42@users.noreply.github.com> Date: Wed, 24 Jan 2024 23:51:33 +0530 Subject: [PATCH 1/4] Update readme to include official docs link --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 71074ee62..b1c494cb1 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,8 @@ This package was renamed to `mongodb/laravel-mongodb` because of a transfer of o It is compatible with Laravel 10.x. For older versions of Laravel, please refer to the [old versions](https://github.com/mongodb/laravel-mongodb/tree/3.9#laravel-version-compatibility). -- [Installation](https://www.mongodb.com/docs/drivers/php/laravel-mongodb/current/install/) -- [Eloquent Models](https://www.mongodb.com/docs/drivers/php/laravel-mongodb/current/eloquent-models/) -- [Query Builder](https://www.mongodb.com/docs/drivers/php/laravel-mongodb/current/query-builder/) -- [Transactions](https://www.mongodb.com/docs/drivers/php/laravel-mongodb/current/transactions/) -- [User Authentication](https://www.mongodb.com/docs/drivers/php/laravel-mongodb/current/user-authentication/) -- [Queues](https://www.mongodb.com/docs/drivers/php/laravel-mongodb/current/queues/) -- [Upgrading](https://www.mongodb.com/docs/drivers/php/laravel-mongodb/current/upgrade/) +## Documentation +Reference documentation for the Laravel MongoDB package is available [here](https://www.mongodb.com/docs/drivers/php/laravel-mongodb/). ## Reporting Issues From db649d8b1b170fe45338f4393ace477450031e30 Mon Sep 17 00:00:00 2001 From: bisht2050 <108942387+bisht2050@users.noreply.github.com> Date: Thu, 25 Jan 2024 00:11:33 +0530 Subject: [PATCH 2/4] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jérôme Tamarelle --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1c494cb1..2b54b3719 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ It is compatible with Laravel 10.x. For older versions of Laravel, please refer [old versions](https://github.com/mongodb/laravel-mongodb/tree/3.9#laravel-version-compatibility). ## Documentation -Reference documentation for the Laravel MongoDB package is available [here](https://www.mongodb.com/docs/drivers/php/laravel-mongodb/). +Read the reference documentation for the Laravel MongoDB package [on MongoDB website](https://www.mongodb.com/docs/drivers/php/laravel-mongodb/). ## Reporting Issues From bba73035a89d3bf7138d45c92a89df44c7002dd2 Mon Sep 17 00:00:00 2001 From: bisht2050 <108942387+bisht2050@users.noreply.github.com> Date: Mon, 29 Jan 2024 20:13:17 +0530 Subject: [PATCH 3/4] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b54b3719..58550cd69 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ It is compatible with Laravel 10.x. For older versions of Laravel, please refer [old versions](https://github.com/mongodb/laravel-mongodb/tree/3.9#laravel-version-compatibility). ## Documentation -Read the reference documentation for the Laravel MongoDB package [on MongoDB website](https://www.mongodb.com/docs/drivers/php/laravel-mongodb/). +- https://www.mongodb.com/docs/drivers/php/laravel-mongodb/ +- https://www.mongodb.com/docs/drivers/php/ ## Reporting Issues From 92b14d9ff2132ed46c452d87ab8cdebf1b721c1e Mon Sep 17 00:00:00 2001 From: bisht2050 <108942387+bisht2050@users.noreply.github.com> Date: Mon, 29 Jan 2024 22:07:50 +0530 Subject: [PATCH 4/4] Update README.md Co-authored-by: Jeremy Mikola --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 58550cd69..9ecf12af0 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ It is compatible with Laravel 10.x. For older versions of Laravel, please refer [old versions](https://github.com/mongodb/laravel-mongodb/tree/3.9#laravel-version-compatibility). ## Documentation + - https://www.mongodb.com/docs/drivers/php/laravel-mongodb/ - https://www.mongodb.com/docs/drivers/php/