Laravel Mysql Spatial Versions Save

MySQL Spatial Data Extension integration with Laravel.

1.2.0

4 years ago

Laravel 6 Support for Mysql 5.6 Branch (#104) Thanks to @Chrissi2812 and @MatanYadaev.

2.2.0

4 years ago

Support Laravel 6 (#99, #100). Thanks to @MatanYadaev.

2.1.3

5 years ago

Adds scopes orderByDistance() and orderByDistanceSphere() (#64) Thanks to @robjbrain.

1.1.4

5 years ago

Port of #67 (Fix Geometry::fromWKB function to allow various SRID) Thanks to @jl9404

2.1.2

5 years ago

Fix Geometry::fromWKB function to allow various SRID #67 #47 Thanks to @jl9404

1.1.3

5 years ago

Port of #43 (Unserialize from GeoJSON) to mysql-5.6 branch. Closes #72. Thanks to @Chrissi2812

2.1.1

5 years ago

Fixes bug when parsing WKT pair with extra wrapping parenthesis (#56)

2.1.0

5 years ago
  • Resolves compatibility issue with newer versions of Laravel (#49, #50)
  • Resolves SQL injection vulnerability (#48, #51)
  • Fix build (#53)

2.0.3

6 years ago

Added support to easily unserialize Geometry fields using Geometry::fromJson($string) (Resolves #23)

2.0.2

6 years ago

Fixes #13: Bug when using PointCollection::insertPoint()