Skip to content

Commit 6ef13ca

Browse files
committed
add migration notes
1 parent fb3feb9 commit 6ef13ca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ $ composer require limenet/laravel-mysql-spatial
2121

2222
If you need support for older versions, please consider using the package `grimzy/laravel-mysql-spatial` instead.
2323

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+
2430
## Quickstart
2531

2632
### Create a migration

0 commit comments

Comments
 (0)