Endel Dreyer
Endel Dreyer
Should be at something like ``` http://endpoint.com/hook.js ```
- https://github.com/guzzle/oauth-subscriber - https://github.com/commerceguys/guzzle-oauth2-plugin
This command should outputs the application schema: ``` hook schema ```
Allow belongs_to relationships to cache the number of related rows. Like Rails: http://apidock.com/rails/ActiveRecord/Associations/ClassMethods/belongs_to
It would be :boom:**AWESOME**:bomb: to compile PHP to .NET using [Phalanger](http://www.php-compiler.net/). Things to note: - Phalanger doesn't support PHP Traits yet, there is an issue open here: https://github.com/DEVSENSE/Phalanger/issues/42 - Illuminate...
Currently it is not possible to do the following: ``` javascript hook.collection('memes').join('auth').select('_id', 'auth.email').then(...) ``` `auth.email` is not recognized, generating the following SQL error: ``` SQLSTATE[42S22]: Column not found: 1054 Unknown...
Should be decoupled from `hook`'s core: - [ ] Push notifications - [ ] WebSocket channels
It would be nice to give an RegExp for queries: ``` javascript client.collection("users").where("name", /something/i) ```