Laravel-Backpack / PermissionManager

Admin interface for managing users, roles, permissions, using Backpack CRUD
http://backpackforlaravel.com
Other
527 stars 168 forks source link

Support for spatie/laravel-permission v4.0 #271

Closed promatik closed 3 years ago

promatik commented 3 years ago

Fix for #269.

Apparently there weren't major breaking changes. The changelog for this versions is here; https://github.com/spatie/laravel-permission/blob/master/CHANGELOG.md

The major BC by this version is something that backpack already did;

I tested on demo and everything seems to be working.