Nil Portugués Calderó
Nil Portugués Calderó
I've used myself: @SimpleBus, @thephpleague's Tactician and obviously my @PHPMessageBus I have used them in enterprise environments and are in production. So that's good for all 3 and all of...
On @prooph ... I know @ocramius is actually using it these days. He tweeted about it a couple of days ago. Maybe he can share with us his experiences so...
Got to admit prooph looks really good. Nice (and a lot of) work there! Thanks for showing up @Ocramius :+1:
I drop the Interface and place all interfaces inside Contracts directory.
With this data it is impossible for me to determine what's wrong or if this is even an issue related to this library. I need context. Some code + laravel-mongodb...
@acidjazz does this happen if you turn off or default non-dot field names for $dates? I believe the problem on the lib is there from the code you posted. Just...
Filtering is not implemented as the JSONAPI does not enforce any kind of standard on this. It is read but not used throught the code. https://github.com/nilportugues/php-json-api/blob/master/src/Http/Request/Request.php#L109 I've got plans on...
Hmm go to the NilPortugues\Laravel5\JsonApi\Controller\JsonApiTrait and go to the exception bit matching your action and do a print_r or a $e->getMessage. You'll get the info there. I've been already requested...
@OskarD did you solve this? I'm actually curious what was making it happen... so maybe I can add a defensive check.
https://github.com/nilportugues/laravel5-jsonapi/releases/tag/2.1.11 Try updating your composer dependency to use release `2.1.11`.