Skip to content
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

Laravel 10 Support #143

Open
gogl92 opened this issue Sep 30, 2023 · 2 comments
Open

Laravel 10 Support #143

gogl92 opened this issue Sep 30, 2023 · 2 comments

Comments

@gogl92
Copy link

gogl92 commented Sep 30, 2023

Is your feature request related to a problem? Please describe.
To fully support current and future Laravel releases mongodb/laravel-mongodb should be implemented.

https://github.com/mongodb/laravel-mongodb

This package was renamed to mongodb/laravel-mongodb because of a transfer of ownership to MongoDB, Inc. It is compatible with Laravel 10.x. For older versions of Laravel, please refer to the old versions.

Describe the solution you'd like
mongodb/laravel-mongodb 4 should be required in the composer dependencies instead of jenssegers/mongodb

Describe alternatives you've considered
I created a fork and tested it with mongodb/laravel-mongodb dependency.

Additional context
I will open a pull request when ready.

@zoltansuto
Copy link

@mostafamaklad
composer changes in itself won't be enough, the namespaces have to be updated as well
#145
based on work from @webrek 's commits
master...webrek:laravel-permission-mongodb:master

@gogl92
Copy link
Author

gogl92 commented Oct 10, 2023

@mostafamaklad
composer changes in itself won't be enough, the namespaces have to be updated as well
#145
based on work from @webrek 's commits
master...webrek:laravel-permission-mongodb:master

Right, it'll need the change of the namespaces in the code and the tests, hopefully I can do it this weekend🤞

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

No branches or pull requests

2 participants