mostafamaklad / laravel-permission-mongodb

Associate users with roles and permissions using Laravel and MongoDB
https://maklad.dev
MIT License
112 stars 66 forks source link

Support for laravel-mongodb 4 #115

Closed tomhilgers closed 4 years ago

tomhilgers commented 4 years ago

Hi, Im on Laravel 7 with the Alpha Version of laravel-mongodb and your package cant be installed. I would love to use your package and hope you can add the functionality.

Romitou commented 4 years ago

Hi all, I finally found out how to use this package with Laravel 7! You must install the dev-develop version of jenssegers/mongodb, and then install the v2.1.x-dev version of mostafamaklad/laravel-permission-mongodb. I hope this has helped you.

mostafamaklad commented 4 years ago

I will provide a release which is supporting Laravel 7 by end of day

mostafamaklad commented 4 years ago

Now you can use ``