nicklee1990
nicklee1990
I think I managed to solve this by doing the following: ``` getComponent(location,cb) { require.ensure([], function (require) { /* Add the reducer to the store on key 'projects' */ const...
I've merged that pull request however I've realised now that it may break backwards compatibility @AlexCatch? therefore I think a major release is required to drop support for old Laravel...
I'm going to go ahead and release since nobody has objected! if you get errors, its probably because youre calling functions such as array_slice or array_chunk. luckily the Collection class...
I might be getting a little obsessed with collections, but what are people's thoughts on updating the casts parse properties to convert ParseObject Properties which are arrays to Collections as...
maybe we could add this as a configurable option? add a key in the config which determines whether you get Collections or Arrays? or just go all in and switch...
Haven't had a chance to really get my tests filled out yet. Will try and have a look into this tonight or at least this weekend