All notable changes to laravel-addressable
will be documented in this file
- Add support to Laravel 11.x
- Automatically delete addresses when the addressable is deleted
- Add support to Laravel 10.x
- Changed ST_Distance with ST_Distance_Sphere
- Fix wrong lng/lat parameters order
- Add point cast to Address model
- Add ability to use Point columns
- Query all points between or over another point within X meters
- Add support to PHP8
- Upgrade to Laravel 8.0
- 💅 Add displayAddress attribute
- 🐛 Renamed shipment to shipping
- Minor changes and bug fixed
- initial release