Skip to content

Commit 17b905c

Browse files
committed
Add note about possible package conflicts
1 parent a8eed2a commit 17b905c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ relationships. This package is an attempt to address those requirements.
2626
- PHP >= 7.1.3
2727
- Laravel 5.4 - 5.6
2828

29+
### Possible Conflicting Packages
30+
Any packages that also override `newEloquentModel()` from the `Model` class will
31+
likely conflict with this package. So far these may include the following:
32+
- [grimzy/laravel-mysql-spatial](https://github.com/grimzy/laravel-mysql-spatial)
33+
2934
[![installation guide cover](https://user-images.githubusercontent.com/1791050/36356190-fc1982b2-14a2-11e8-85ed-06f8e3b57ae8.png)](https://vimeo.com/256318402)
3035

3136
## Installation

0 commit comments

Comments
 (0)