Download the PHP package salvaworld/laravel-spatial without Composer
On this page you can find all versions of the php package salvaworld/laravel-spatial. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download salvaworld/laravel-spatial
More information about salvaworld/laravel-spatial
Files in salvaworld/laravel-spatial
Package laravel-spatial
Short Description Spatial data types extension for Laravel.
License MIT
Informations about the package laravel-spatial
Laravel Spatial extension
This package is fully undocumented and unstable, and is a combination of the two great packages:
Installation
Installation made super-easy with composer:
Requirements
Works with PostgreSQL installed PostGIS extension and MySQL at least version 5.6.
If you try using it on a shared host which is not fulfilling those requirements, change your provider.
Usage
Migrations
Add spatial fields to your migrations the same way you would any others:
Models
Any models that use spatial fields need to use the LaravelSpatial\Eloquent\SpatialTrait
, and list the spatial fields themselves in the $spatialFields
property:
Values
We use the GeoJson PHP Library for describing spatial fields as GeoJSON object, e.g.:
All versions of laravel-spatial with dependencies
doctrine/dbal Version ^3.5
salvaworld/geophp Version dev-master
illuminate/database Version ^10
jmikola/geojson Version ^1.1.2
ext-pdo Version *
ext-json Version *