Zizaco / entrust

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

Found 2 bugs and the works arounds #884

Open ifirestone opened 6 years ago

ifirestone commented 6 years ago

BUG - When running php artisan entrust:migrate (Command Handle not found) WORKS: "Go to the file (vendor-> zizaco-> entrust-> src-> commands-> MigrationCommand.php and change the "fire" method to "handle" and after the command "php artisan entrust: migration" will be generated Migration and just run the "php artisan migrate" command that the tables will be generated in your database.” BUG - When using with latest Laravel 5.2 ( not suporting tags) WORKS: Yes, Laravel file and database drivers doesn't support tags. What you can do to while developing is change the driver to array in your .env file. CACHE_DRIVER=array