Zizaco / entrust

Role-based Permissions for Laravel 5
MIT License
6.05k stars 1.29k forks source link

Laravel 11 support #983

Closed irtiza12 closed 2 months ago

irtiza12 commented 2 months ago

Added Laravel 11 Support

Update PhpUnit from 9 to 11 Fix Namespaces for Phpunit, Fix Deprecation warring. Replace str_is() with Str::is() in the package code.

andrewelkins commented 2 months ago

This is fantastic.