vyuldashev / nova-permission

A Laravel Nova tool for Spatie's laravel-permission library
https://novapackages.com/packages/vyuldashev/nova-permission
419 stars 217 forks source link

Allow spatie laravel permissions v5.0 #167

Closed SiebeVE closed 8 months ago

lloricode commented 3 years ago

1+

lloricode commented 3 years ago

before merge this, this needs an update, since spatie permission v5 has team management, and also a BC breaks

lloricode commented 3 years ago

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

lloricode commented 3 years ago

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"
        }
    ]
}
ralphschindler commented 3 years ago

@vyuldashev looking forward to it working with v5! 👍 😃

niekbr commented 2 years ago

Would appreciate a release :)

Ahmedd-Ibrahim commented 2 years ago

I made a temporary solution until they look into this, I forked it and made it in a separate package https://github.com/Ahmedd-Ibrahim/nova-permission

jamespavett commented 2 years ago

I made a temporary solution until they look into this,

I forked it and made it in a separate package

https://github.com/Ahmedd-Ibrahim/nova-permission

Nice but if you look at #174 you will see this was already done by someone else.

parallels999 commented 1 year ago

Fixed on https://github.com/vyuldashev/nova-permission/commit/891d1c9e305c19f68ff37e278463643dee4070f1