Open gogl92 opened 1 year ago
@mostafamaklad composer changes in itself won't be enough, the namespaces have to be updated as well https://github.com/mostafamaklad/laravel-permission-mongodb/pull/145 based on work from @webrek 's commits https://github.com/mostafamaklad/laravel-permission-mongodb/compare/master...webrek:laravel-permission-mongodb:master
@mostafamaklad composer changes in itself won't be enough, the namespaces have to be updated as well https://github.com/mostafamaklad/laravel-permission-mongodb/pull/145 based on work from @webrek 's commits https://github.com/mostafamaklad/laravel-permission-mongodb/compare/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🤞
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 ofjenssegers/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.