Skip to content

Support laravel 5.3 #925

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 20 commits into from
Aug 29, 2016
Merged

Support laravel 5.3 #925

merged 20 commits into from
Aug 29, 2016

Conversation

pi0
Copy link
Contributor

@pi0 pi0 commented Aug 25, 2016

New Laravel queries always return collection. this is a backward compatible enhancement as Collections can be used as Arrays!

pi0 and others added 6 commits August 2, 2016 15:03
New Laravel queries always return collection. this is a backward compatible enhancement as Collections can be used as Arrays!
@pi0 pi0 mentioned this pull request Aug 25, 2016
@lukepolo
Copy link
Contributor

Hopes this gets merged, there is 1 test failing though , but is failing on master anyways

*
* @var boolean
*/
protected $use_collection;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be camel case.

@alsemany
Copy link

alsemany commented Aug 28, 2016

Hello ,
I need help with relations
some relations like morphedByMany still not working 5.3

@pi0
Copy link
Contributor Author

pi0 commented Aug 28, 2016

@alsemany True, but not related to this PR. according to official README, Supported relations are :

  • hasOne
  • hasMany
  • belongsTo
  • belongsToMany
  • embedsOne
  • embedsMany

@bytesarelife
Copy link

Any idea when this will be merged? I started a project in 5.3 just to find out that this repo is not compatible yet :/

@amiri27
Copy link

amiri27 commented Aug 29, 2016

@jenssegers any chance to merge this PR?

@jenssegers
Copy link
Contributor

I'll merge this, but I can only tag a new release once we have fixed some of the tests though.

@jenssegers jenssegers merged commit cd75b17 into mongodb:master Aug 29, 2016
@divine divine mentioned this pull request Mar 1, 2020
divine added a commit to divine/laravel-mongodb that referenced this pull request Mar 4, 2020
Remove shouldUseCollections function which checks Laravel version > 5.3, it was introduced to support version 5.3 in mongodb#925
divine added a commit that referenced this pull request Sep 14, 2020
Remove shouldUseCollections function which checks Laravel version > 5.3, it was introduced to support version 5.3 in #925
mnphpexpert added a commit to mnphpexpert/laravel-mongodb that referenced this pull request Sep 2, 2024
Initial support laravel 5.3
mnphpexpert added a commit to mnphpexpert/laravel-mongodb that referenced this pull request Sep 2, 2024
Remove shouldUseCollections function which checks Laravel version > 5.3, it was introduced to support version 5.3 in mongodb#925
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants