Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Staack committed Mar 11, 2020
1 parent 98f9b19 commit a3bb482
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@ $model->myPoint = new Point(1,2); //lat, long
$table->polygon('myColumn');
```

## Versions
- Use 4.* for Laravel 5
- Use 5.* for Laravel 6/7

## Warning
This Package has been moved to a new owner and aims for Laravel 6/7 and PHP 7 support only soon!

Replace all your references to the new namespace: `MStaack\LaravelPostgis`
Replace all your references to the new namespace:
```
MStaack\LaravelPostgis
```

Thanks to :
- https://github.com/njbarrett
Expand All @@ -32,7 +31,13 @@ Thanks to :
Fluent in Laravel Packages and Postgres/Postgis? Consider contributing! We are looking for anyone that wants to help out!

## Installation
- Use 3.* for Laravel 5

```bash
composer require "mstaack/laravel-postgis:3.*"
```

- Use 5.* for Laravel 6/7
```bash
composer require mstaack/laravel-postgis
```
Expand Down

0 comments on commit a3bb482

Please sign in to comment.