Matt Machuga

Results 7 comments of Matt Machuga

Hey @iBrunoSan, Thanks for the effort you put in and congrats on it being your first contribution! I actually did some of these things intentionally, so I'll give you a...

I'm also highly considering removing the dependency on `Illuminate\Event` in favor of a simple no-op `NullDispatcher` or some very simplistic pub/sub to replace it.

Thanks for pinging me! I'm fairly sure I have my email alerts messed up for GitHub or Google Inbox learned a behavior I didn't intend because I don't get alerts...

I left the argument out by default so people didn't feel like they /had/ to add it. Perhaps I should include comments for it instead. get_resource() can work via URI...

I was able to reproduce this on my machine as well, and your recommended patch did cause the query to fail. I'm not sure why it resolves it on initial...

This spark is no longer maintained and I don't believe phpactiverecord is either. I'd recommend utilizing Illuminate\Database if you want to get a quality AR ORM for PHP On Sat,...

@alexwebgr I no longer maintain it and just keep it around for legacy reasons, same as the PHPAR project itself (they just merge fixes). If you want to submit a...