Zizaco / entrust

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

Something wrong with "composer require zizaco/entrust": "5.2.x-dev" #875

Open oldFuryBird opened 6 years ago

oldFuryBird commented 6 years ago

My Laravel version is 5.5.*,when I run "php artisan entrust:migration" command,an exception occurred; [ReflectionException] Method Zizaco\Entrust\MigrationCommand::handle() does not exist So,I open the composer.json file,change "5.2.x-dev" to "master". Then,the exception disapear!

ph4r05 commented 6 years ago

I think the reason is in #836. 5.2.x-dev seems to work with old Laravel - maybe just outdated readme?

oldFuryBird commented 6 years ago

Yes,you are right! The README is outdated.