From 93ef9b33e5a3c9f6dbb9643eb3939d00c2f10846 Mon Sep 17 00:00:00 2001 From: Al-Amin Firdows Date: Sun, 26 Feb 2023 17:09:49 +0600 Subject: [PATCH] feat: add supported laravel version list --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 54d1e10..58acea8 100644 --- a/README.md +++ b/README.md @@ -60,14 +60,22 @@ $post = Post::find(1); echo $post->body; ``` +## Versioning + +| Laravel | Supported | +| ------- | --------- | +| 10.x | ✅ 2.x | +| 9.x | ✅ 1.1 | +| 8.x | ✅ 1.0 | + ## Contributing Please see [CONTRIBUTING](CONTRIBUTING.md) for details. ## Credits -- [Al-Amin Firdows](https://github.com/alaminfirdows) -- [All Contributors](../../contributors) +- [Al-Amin Firdows](https://github.com/alaminfirdows) +- [All Contributors](../../contributors) ## License