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 fb3feb9 commit 6ef13caCopy full SHA for 6ef13ca
README.md
@@ -21,6 +21,12 @@ $ composer require limenet/laravel-mysql-spatial
21
22
If you need support for older versions, please consider using the package `grimzy/laravel-mysql-spatial` instead.
23
24
+### Migration from `grimzy/laravel-mysql-spatial`
25
+
26
+1. Run `composer remove grimzy/laravel-mysql-spatial`
27
+2. Run `composer require limenet/laravel-mysql-spatial`
28
+3. Replace `Grimzy\` with `Limenet\` throughout your codebase (most likely, this only affects `use` statements)
29
30
## Quickstart
31
32
### Create a migration
0 commit comments