Endel Dreyer

Results 381 comments of Endel Dreyer

Hi @wivanw are you also using UWP? On which platform are you getting this error?

Thanks for the details @wivanw, this is probably going to be helpful for more people having this issue!

MongoDB driver isn't supporting `has_many` / `belongs_to` operations at the moment. As it obviously shouldn't due it's non-relational nature. It's possible to mimic this functionality, with lower priority.

It seems a problem with query grammars on Illuminate/Database: https://github.com/laravel/framework/issues/4306

YAML relationship configs will looks like this: ``` yaml authors: relationships: has_many: - posts counter_cache: - posts posts: relationships: belongs_to: authors ```

As we're discussing on #130, the counter cache feature may be defined like this: ``` yaml authors: has_many: - posts: counter_cache: true # creates a field with name "books_count" ```

@Crash-- That's more of a business thing than performance itself, we have restrictions with some customers to run inside Windows / .NET. Allowing them to simply drag & drop files...

Hi @landall, are you using hook in some project or just playing around with it? I'm asking because this project hasn't been maintained for quite a while, as I've been...

Hi @federicoiosue. This project hasn't been maintained since PHP 7 has been released. Pull requests are appreciated. Cheers.

I'll leave a quotation for further reference here: > To prevent abuse, it is standard practice to add some sort of rate limiting to an API. [RFC 6585](http://tools.ietf.org/html/rfc6585) introduced a...