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 efb637e commit 2c4c671Copy full SHA for 2c4c671
README.md
@@ -24,7 +24,10 @@ This package also works with MariaDB. Please refer to the [MySQL/MariaDB Spatial
24
Add the package using composer:
25
26
```sh
27
-$ composer require grimzy/laravel-mysql-spatial
+$ composer require grimzy/laravel-mysql-spatial:^4.0
28
+
29
+# or for Laravel version < 8.0
30
+$ composer require grimzy/laravel-mysql-spatial:^3.0
31
```
32
33
For MySQL 5.7:
0 commit comments