We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf0f2d commit 7f7f31dCopy full SHA for 7f7f31d
README.md
@@ -13,9 +13,10 @@ Stop duplicating your Eloquent query scopes and constraints in PHP. This package
13
## Requirements
14
15
* PHP 7.4+
16
-* MySQL 5.7+
17
* Laravel 7.0 and higher
18
+This package has been tested with MySQL 5.7+ but others drivers should work as well.
19
+
20
## Features
21
22
* Add a subquery based on a [query scope](https://laravel.com/docs/8.x/eloquent#query-scopes)
0 commit comments