From 6372c5596defe6960937334a0d33ff99008ad84a Mon Sep 17 00:00:00 2001 From: Abbas mkhzomi Date: Sat, 18 Feb 2023 17:38:57 +0330 Subject: [PATCH 1/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 59a22c12c..cb07d4990 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,9 @@ This package adds functionalities to the Eloquent model and Query builder for Mo - [Basic Usage](#basic-usage-2) - [Available operations](#available-operations) - [Transactions](#transactions) - - [Schema](#schema) - [Basic Usage](#basic-usage-3) + - [Schema](#schema) + - [Basic Usage](#basic-usage-4) - [Geospatial indexes](#geospatial-indexes) - [Extending](#extending) - [Cross-Database Relationships](#cross-database-relationships) From 9576405e3b3ac1391c1a2af898ab1e6bc1ace435 Mon Sep 17 00:00:00 2001 From: Abbas mkhzomi Date: Sat, 18 Feb 2023 19:19:20 +0330 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb07d4990..6a6752575 100644 --- a/README.md +++ b/README.md @@ -1108,7 +1108,7 @@ MongoDB specific operations: All other (unsupported) operations are implemented as dummy pass-through methods because MongoDB does not use a predefined schema. -Read more about the schema builder on [Laravel Docs](https://laravel.com/docs/6.0/migrations#tables) +Read more about the schema builder on [Laravel Docs](https://laravel.com/docs/10.x/migrations#tables) ### Geospatial indexes