Zizaco / entrust

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

problem in migrationCommad.php #853

Closed amirniknami closed 6 years ago

amirniknami commented 6 years ago

fire function should be change to handle function in order to work in laravel 5.5 in migration in migrationCommand.php

leandroruel commented 6 years ago

if you need of another package compatible with 5.5 you can use this: https://github.com/yajra/laravel-acl/

or you can just fork this package, change it by yourself and use it from your own repository...

Zizaco commented 6 years ago

Closed since #840 was merged