nova-permission icon indicating copy to clipboard operation
nova-permission copied to clipboard

Allow spatie laravel permissions v5.0

Open SiebeVE opened this issue 4 years ago • 9 comments

SiebeVE avatar Sep 03 '21 20:09 SiebeVE

1+

lloricode avatar Sep 09 '21 15:09 lloricode

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

lloricode avatar Sep 09 '21 15:09 lloricode

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 avatar Oct 12 '21 11:10 lloricode

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"
        }
    ]
}

lloricode avatar Oct 12 '21 13:10 lloricode

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

ralphschindler avatar Nov 08 '21 14:11 ralphschindler

Would appreciate a release :)

niekbr avatar Mar 07 '22 12:03 niekbr

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

Ahmedd-Ibrahim avatar Mar 23 '22 14:03 Ahmedd-Ibrahim

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.

jamespavett avatar Mar 23 '22 15:03 jamespavett

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

parallels999 avatar Nov 08 '23 14:11 parallels999