-
Notifications
You must be signed in to change notification settings - Fork 220
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
Allow spatie laravel permissions v5.0 #167
Conversation
1+ |
before merge this, this needs an update, since spatie permission v5 has team management, and also a BC breaks |
Its seem no BC break from v4 to v5, it can be add support to v5 first, then later add feature of team manage with spatie permission v5 |
i try to install with spatie permission v5, it works great! "require": {
"spatie/laravel-permission": "^5.0",
"vyuldashev/nova-permission": "dev-master",
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/SiebeVE/nova-permission.git"
}
]
} |
@vyuldashev looking forward to it working with v5! 👍 😃 |
Would appreciate a release :) |
I made a temporary solution until they look into this, |
Nice but if you look at #174 you will see this was already done by someone else. |
Fixed on 891d1c9 |
No description provided.