Skip to content

Commit a3bb482

Browse files
author
Max Staack
committed
update readme
1 parent 98f9b19 commit a3bb482

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,13 @@ $model->myPoint = new Point(1,2); //lat, long
1515
$table->polygon('myColumn');
1616
```
1717

18-
## Versions
19-
- Use 4.* for Laravel 5
20-
- Use 5.* for Laravel 6/7
21-
2218
## Warning
2319
This Package has been moved to a new owner and aims for Laravel 6/7 and PHP 7 support only soon!
2420

25-
Replace all your references to the new namespace: `MStaack\LaravelPostgis`
21+
Replace all your references to the new namespace:
22+
```
23+
MStaack\LaravelPostgis
24+
```
2625

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

3433
## Installation
34+
- Use 3.* for Laravel 5
3535

36+
```bash
37+
composer require "mstaack/laravel-postgis:3.*"
38+
```
39+
40+
- Use 5.* for Laravel 6/7
3641
```bash
3742
composer require mstaack/laravel-postgis
3843
```

0 commit comments

Comments
 (0)