Lecturize / Laravel-Addresses

Simple address and contact management for Laravel.
MIT License
197 stars 39 forks source link

Allow using custom Models for Address and Contact #34

Closed bfiessinger closed 1 year ago

bfiessinger commented 1 year ago

This PR introduces a feature that allows overriding the Address and Contact model which let's users define custom functionality and implementations on these models. This ensures more flexibility in case of modifying migrations / adding columns / changing query behaviour, etc.