This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
Releases: mstaack/laravel-postgis
Releases · mstaack/laravel-postgis
Laravel 6 Support
Laravel 6 Support
- Thanks @gueroverde
Allow Multipoint Polygons with only one point
Add 3D Geometry support
Added geometry update support for single models
Update bosnadev/database dependency
- Update bosnadev/database dependency
- Fix failing tests as the
config
function does not exist outside laravel.
3.3.1: Merge pull request #92 from LuckeyHomes/locales
Fixed Float formating under locale (thanks @challet @FelixMalfait)
Add Laravel 5.5 auto-discover compatability
Merge pull request #82 from davidpiesse/master Added Laravel 5.5+ Auto Discover for Service Providers
Added Support for Geometries and Custom SRID
Added Support for Geometries and Custom SRID - thanks @v1r0x
3.1.3: Merge pull request #75 from kohenkatz/patch-1
Fixes issue #75 - thanks @kohenkatz