drewjbartlett / wordpress-eloquent

A library that converts converts wordpress tables into Laravel Eloquent Models.
MIT License
146 stars 43 forks source link

Adding support for port #4

Closed riozzi closed 7 years ago

riozzi commented 7 years ago

Was adding support for different db ports as I am running an external service that uses a non-standard port.

riozzi commented 7 years ago

Fixed a relationship that wasn't working for myself and added supports for attachments relationship

drewjbartlett commented 7 years ago

You're the man. Thanks for all of this!