-
Notifications
You must be signed in to change notification settings - Fork 295
Error on Implementation in Laravel 5.3 #185
Comments
I'm using this package and planning to upgrade to Laravel 5.3. If it's breaking I'll delay the upgrade. |
same here, 5.3 broke a lot of packages for me... |
same here |
@romanbican are you planning on looking into it/providing support for Laravel 5.3?? |
Just read through this thread, could shed some light on the lack of activity on this repo #180 |
@httpoz I've found a solution for L5.3. How can i share the changes in code? |
@emiliomedina21 I just forked, you can throw it here if you don't mind: |
Hey guys, To fix it temporary use this: II. Change version of the package in composer.json
Hopefully it may help. |
in the blade, it is throwing an error of ErrorException in Builder.php line 2448: |
So Bican has no longer maintained the package, but I think this is a really good roles management package, simple but enough. Is there any chance we have someone to be a contributor without Bican? No disrepectful but I don't want to see this stop, even though there are other forks. |
yes |
[ErrorException]
Declaration of Bican\Roles\Traits\HasRoleAndPermission::is(Bican\Roles\Models\Role $role, $all = false) should be compatible with Illuminate\Database\Eloquent\Model::is(Illuminate\Database\Eloquent\Model $model)
The text was updated successfully, but these errors were encountered: