Skip to content

Commit 93ef9b3

Browse files
committed
feat: add supported laravel version list
1 parent 6982d27 commit 93ef9b3

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,22 @@ $post = Post::find(1);
6060
echo $post->body;
6161
```
6262

63+
## Versioning
64+
65+
| Laravel | Supported |
66+
| ------- | --------- |
67+
| 10.x | ✅ 2.x |
68+
| 9.x | ✅ 1.1 |
69+
| 8.x | ✅ 1.0 |
70+
6371
## Contributing
6472

6573
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
6674

6775
## Credits
6876

69-
- [Al-Amin Firdows](https://github.com/alaminfirdows)
70-
- [All Contributors](../../contributors)
77+
- [Al-Amin Firdows](https://github.com/alaminfirdows)
78+
- [All Contributors](../../contributors)
7179

7280
## License
7381

0 commit comments

Comments
 (0)