Skip to content

Commit

Permalink
feat: add supported laravel version list
Browse files Browse the repository at this point in the history
  • Loading branch information
alaminfirdows committed Feb 26, 2023
1 parent 6982d27 commit 93ef9b3
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 93ef9b3

Please sign in to comment.